#F82268

Color #F82268 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #F82268

Tints of Radical Red #F82268

Color information

#F82268 (or 0xF82268) is unknown color: approx Radical Red. HEX triplet: F8, 22 and 68. RGB value is (248,34,104). Sum of RGB (Red+Green+Blue) = 248+34+104=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F82268 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82268 is #07DD97. Grayscale: #696969. Windows color (decimal): -515480 or 6824696. OLE color: 6824696.

HSL color Cylindrical-coordinate representation of color #F82268: hue angle of 340.37º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F82268 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB24834104-
CMYK00.860.580.03
HSL340.37º93.86%55.29%-
HSV(B)340.37º86.29%97.25%-
XYZ41.7822.115.16-
YUV105.97126.9229.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 64.25%
GREEN value IS 34 (13.67% from 255) = 8.81%
BLUE value IS 104 (41.02% from 255) = 26.94%
R=64.25%
G=8.81%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2483410400.860.580.03340.3793.8655.29
HexF822680563A31545e37
Octal37042150012672352413667
Binary11111000100010110100001010110111010111010101001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82268; }

 p { color: rgb(248,34,104); }

 H1.HeaderClassName
 {
   color: #F82268;
 }
 .AnyTagClassName
 {
   color: #F82268;
 }
</style>
background-color css

<style>
 a { background-color: #F82268; }

 a { background-color: rgb(248,34,104); }

 div.DivClassName
 {
   background-color: #F82268;
 }
 .BgClassName
 {
   background-color: #F82268;
 }
</style>
border-color css

<style>
 span { border-color: #F82268; }

 span { border-color: rgb(248,34,104); }

 td.TdClassName
 {
   border-color: #F82268;
 }
 .TagClassName
 {
   border-color: #F82268;
 }
</style>