Html Css Color HEX #F02409 Scarlet

📋 copy color: '#F02409'

red 240 ◦ green 36 ◦ blue 9

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

Shades of Scarlet #F02409

Tints of Scarlet #F02409

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.63%

 BLUE value IS 9 (3.91% from 255) = 3.16%

R = 84.21%
G = 12.63%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F02409 (or 0xF02409) is known color: Scarlet. HEX triplet: F0, 24 and 09. RGB value is (240,36,9). Sum of RGB (Red+Green+Blue) = 240+36+9=285 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.21% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 240 - color contains mainly: red. Hex color #F02409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02409 is #0FDBF6. Grayscale: #5E5E5E. Windows color (decimal): -1039351 or 599280. OLE color: 599280.

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

Color convert

RGB 240 36 9 -
CMYK 0 0.85 0.96 0.06
HSL 7.01º 0.93% 0.49% -
HSV(B) 7.01º 0.96% 0.94% -
XYZ 36.62 19.81 2.15 -
YUV 93.92 80.09 232.2 -
System Red Green Blue C M Y K H S L
Decimal 240 36 9 0 0.85 0.96 0.06 7.01 0.93 0.49
Hex F0 24 9 0 55 60 6 7 5D 31
Octal 360 44 11 0 125 140 6 7 135 61
Binary 11110000 100100 1001 0 1010101 1100000 110 111 1011101 110001

Color Harmonies of #F02409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02409

Black with #F02409

Text Example


Text Example

White with #F02409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02409; }

 p { color: rgb(240,36,9); }

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

background-color css

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

 a { background-color: rgb(240,36,9); }

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

border-color css

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

 span { border-color: rgb(240,36,9); }

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