Html Css Color HEX #F03566 Radical Red

📋 copy color: '#F03566'

red 240 ◦ green 53 ◦ blue 102

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

Shades of Radical Red #F03566

Tints of Radical Red #F03566

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.42%

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

R = 60.76%
G = 13.42%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F03566 (or 0xF03566) is known color: Radical Red. HEX triplet: F0, 35 and 66. RGB value is (240,53,102). Sum of RGB (Red+Green+Blue) = 240+53+102=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F03566 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03566 is #0FCA99. Grayscale: #727272. Windows color (decimal): -1034906 or 6698480. OLE color: 6698480.

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

Color convert

RGB 240 53 102 -
CMYK 0 0.78 0.58 0.06
HSL 344.28º 0.86% 0.57% -
HSV(B) 344.28º 0.78% 0.94% -
XYZ 39.61 22.03 14.74 -
YUV 114.5 120.95 217.52 -
System Red Green Blue C M Y K H S L
Decimal 240 53 102 0 0.78 0.58 0.06 344.28 0.86 0.57
Hex F0 35 66 0 4E 3A 6 158 56 39
Octal 360 65 146 0 116 72 6 530 126 71
Binary 11110000 110101 1100110 0 1001110 111010 110 101011000 1010110 111001

Color Harmonies of #F03566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03566

Black with #F03566

Text Example


Text Example

White with #F03566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03566; }

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

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

background-color css

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

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

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

border-color css

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

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

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