Html Css Color HEX #F04063 Radical Red

📋 copy color: '#F04063'

red 240 ◦ green 64 ◦ blue 99

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

Shades of Radical Red #F04063

Tints of Radical Red #F04063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.88%

 BLUE value IS 99 (39.06% from 255) = 24.57%

R = 59.55%
G = 15.88%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F04063 (or 0xF04063) is known color: Radical Red. HEX triplet: F0, 40 and 63. RGB value is (240,64,99). Sum of RGB (Red+Green+Blue) = 240+64+99=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F04063 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04063 is #0FBF9C. Grayscale: #787878. Windows color (decimal): -1032093 or 6504688. OLE color: 6504688.

HSL color Cylindrical-coordinate representation of color #F04063: hue angle of 348.07º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04063 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 64 99 -
CMYK 0 0.73 0.59 0.06
HSL 348.07º 0.85% 0.6% -
HSV(B) 348.07º 0.73% 0.94% -
XYZ 40.02 23.09 14.15 -
YUV 120.61 115.81 213.15 -
System Red Green Blue C M Y K H S L
Decimal 240 64 99 0 0.73 0.59 0.06 348.07 0.85 0.6
Hex F0 40 63 0 49 3B 6 15C 55 3C
Octal 360 100 143 0 111 73 6 534 125 74
Binary 11110000 1000000 1100011 0 1001001 111011 110 101011100 1010101 111100

Color Harmonies of #F04063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04063

Black with #F04063

Text Example


Text Example

White with #F04063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04063; }

 p { color: rgb(240,64,99); }

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

background-color css

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

 a { background-color: rgb(240,64,99); }

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

border-color css

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

 span { border-color: rgb(240,64,99); }

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