Html Css Color HEX #F04052 Radical Red

📋 copy color: '#F04052'

red 240 ◦ green 64 ◦ blue 82

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

Shades of Radical Red #F04052

Tints of Radical Red #F04052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.24%

R = 62.18%
G = 16.58%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F04052 (or 0xF04052) is known color: Radical Red. HEX triplet: F0, 40 and 52. RGB value is (240,64,82). Sum of RGB (Red+Green+Blue) = 240+64+82=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F04052 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04052 is #0FBFAD. Grayscale: #767676. Windows color (decimal): -1032110 or 5390576. OLE color: 5390576.

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

Color convert

RGB 240 64 82 -
CMYK 0 0.73 0.66 0.06
HSL 353.86º 0.85% 0.6% -
HSV(B) 353.86º 0.73% 0.94% -
XYZ 39.29 22.8 10.31 -
YUV 118.68 107.31 214.54 -
System Red Green Blue C M Y K H S L
Decimal 240 64 82 0 0.73 0.66 0.06 353.86 0.85 0.6
Hex F0 40 52 0 49 42 6 162 55 3C
Octal 360 100 122 0 111 102 6 542 125 74
Binary 11110000 1000000 1010010 0 1001001 1000010 110 101100010 1010101 111100

Color Harmonies of #F04052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04052

Black with #F04052

Text Example


Text Example

White with #F04052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04052; }

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

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

background-color css

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

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

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

border-color css

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

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

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