Html Css Color HEX #F03866 Radical Red

📋 copy color: '#F03866'

red 240 ◦ green 56 ◦ blue 102

#F03866
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #F03866

Tints of Radical Red #F03866

RGB

 RED value IS 240 (94.14% from 255) = 60.3%

 GREEN value IS 56 (22.27% from 255) = 14.07%

 BLUE value IS 102 (40.23% from 255) = 25.63%

R = 60.3%
G = 14.07%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F03866 (or 0xF03866) is known color: Radical Red. HEX triplet: F0, 38 and 66. RGB value is (240,56,102). Sum of RGB (Red+Green+Blue) = 240+56+102=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F03866 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03866 is #0FC799. Grayscale: #747474. Windows color (decimal): -1034138 or 6699248. OLE color: 6699248.

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

Color convert

RGB 240 56 102 -
CMYK 0 0.77 0.58 0.06
HSL 345º 0.86% 0.58% -
HSV(B) 345º 0.77% 0.94% -
XYZ 39.75 22.31 14.78 -
YUV 116.26 119.96 216.26 -
System Red Green Blue C M Y K H S L
Decimal 240 56 102 0 0.77 0.58 0.06 345 0.86 0.58
Hex F0 38 66 0 4D 3A 6 159 56 3A
Octal 360 70 146 0 115 72 6 531 126 72
Binary 11110000 111000 1100110 0 1001101 111010 110 101011001 1010110 111010

Color Harmonies of #F03866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03866

Black with #F03866

Text Example


Text Example

White with #F03866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03866; }

 p { color: rgb(240,56,102); }

 H1.HeaderClassName
 {
   color: #F03866;
 }
 .AnyTagClassName
 {
   color: #F03866;
 }
</style>

background-color css

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

 a { background-color: rgb(240,56,102); }

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

border-color css

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

 span { border-color: rgb(240,56,102); }

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