Html Css Color HEX #F03466 Radical Red

📋 copy color: '#F03466'

red 240 ◦ green 52 ◦ blue 102

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

Shades of Radical Red #F03466

Tints of Radical Red #F03466

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.2%

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

R = 60.91%
G = 13.2%
B = 25.89%

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

#F03466 (or 0xF03466) is known color: Radical Red. HEX triplet: F0, 34 and 66. RGB value is (240,52,102). Sum of RGB (Red+Green+Blue) = 240+52+102=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F03466 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03466 is #0FCB99. Grayscale: #717171. Windows color (decimal): -1035162 or 6698224. OLE color: 6698224.

HSL color Cylindrical-coordinate representation of color #F03466: hue angle of 344.04º 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 #F03466 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 52 102 -
CMYK 0 0.78 0.58 0.06
HSL 344.04º 0.86% 0.57% -
HSV(B) 344.04º 0.78% 0.94% -
XYZ 39.56 21.94 14.72 -
YUV 113.91 121.28 217.93 -
System Red Green Blue C M Y K H S L
Decimal 240 52 102 0 0.78 0.58 0.06 344.04 0.86 0.57
Hex F0 34 66 0 4E 3A 6 158 56 39
Octal 360 64 146 0 116 72 6 530 126 71
Binary 11110000 110100 1100110 0 1001110 111010 110 101011000 1010110 111001

Color Harmonies of #F03466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03466

Black with #F03466

Text Example


Text Example

White with #F03466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03466; }

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

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

background-color css

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

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

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

border-color css

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

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

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