Html Css Color HEX #F0424F Radical Red

📋 copy color: '#F0424F'

red 240 ◦ green 66 ◦ blue 79

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

Shades of Radical Red #F0424F

Tints of Radical Red #F0424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.52%

R = 62.34%
G = 17.14%
B = 20.52%

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

#F0424F (or 0xF0424F) is known color: Radical Red. HEX triplet: F0, 42 and 4F. RGB value is (240,66,79). Sum of RGB (Red+Green+Blue) = 240+66+79=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0424F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0424F is #0FBDB0. Grayscale: #777777. Windows color (decimal): -1031601 or 5194480. OLE color: 5194480.

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

Color convert

RGB 240 66 79 -
CMYK 0 0.72 0.67 0.06
HSL 355.52º 0.85% 0.6% -
HSV(B) 355.52º 0.73% 0.94% -
XYZ 39.29 22.99 9.76 -
YUV 119.51 105.15 213.94 -
System Red Green Blue C M Y K H S L
Decimal 240 66 79 0 0.72 0.67 0.06 355.52 0.85 0.6
Hex F0 42 4F 0 48 43 6 164 55 3C
Octal 360 102 117 0 110 103 6 544 125 74
Binary 11110000 1000010 1001111 0 1001000 1000011 110 101100100 1010101 111100

Color Harmonies of #F0424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0424F

Black with #F0424F

Text Example


Text Example

White with #F0424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0424F; }

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

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

background-color css

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

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

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

border-color css

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

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

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