Html Css Color HEX #F04250 Radical Red

📋 copy color: '#F04250'

red 240 ◦ green 66 ◦ blue 80

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

Shades of Radical Red #F04250

Tints of Radical Red #F04250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.1%

 BLUE value IS 80 (31.64% from 255) = 20.73%

R = 62.18%
G = 17.1%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F04250 (or 0xF04250) is known color: Radical Red. HEX triplet: F0, 42 and 50. RGB value is (240,66,80). Sum of RGB (Red+Green+Blue) = 240+66+80=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F04250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04250 is #0FBDAF. Grayscale: #777777. Windows color (decimal): -1031600 or 5260016. OLE color: 5260016.

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

Color convert

RGB 240 66 80 -
CMYK 0 0.72 0.67 0.06
HSL 355.17º 0.85% 0.6% -
HSV(B) 355.17º 0.73% 0.94% -
XYZ 39.33 23 9.96 -
YUV 119.62 105.65 213.86 -
System Red Green Blue C M Y K H S L
Decimal 240 66 80 0 0.72 0.67 0.06 355.17 0.85 0.6
Hex F0 42 50 0 48 43 6 163 55 3C
Octal 360 102 120 0 110 103 6 543 125 74
Binary 11110000 1000010 1010000 0 1001000 1000011 110 101100011 1010101 111100

Color Harmonies of #F04250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04250

Black with #F04250

Text Example


Text Example

White with #F04250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04250; }

 p { color: rgb(240,66,80); }

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

background-color css

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

 a { background-color: rgb(240,66,80); }

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

border-color css

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

 span { border-color: rgb(240,66,80); }

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