Html Css Color HEX #F02809 Scarlet

📋 copy color: '#F02809'

red 240 ◦ green 40 ◦ blue 9

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

Shades of Scarlet #F02809

Tints of Scarlet #F02809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.84%

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

R = 83.04%
G = 13.84%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F02809 (or 0xF02809) is known color: Scarlet. HEX triplet: F0, 28 and 09. RGB value is (240,40,9). Sum of RGB (Red+Green+Blue) = 240+40+9=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F02809 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02809 is #0FD7F6. Grayscale: #606060. Windows color (decimal): -1038327 or 600304. OLE color: 600304.

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

Color convert

RGB 240 40 9 -
CMYK 0 0.83 0.96 0.06
HSL 8.05º 0.93% 0.49% -
HSV(B) 8.05º 0.96% 0.94% -
XYZ 36.74 20.06 2.19 -
YUV 96.27 78.76 230.52 -
System Red Green Blue C M Y K H S L
Decimal 240 40 9 0 0.83 0.96 0.06 8.05 0.93 0.49
Hex F0 28 9 0 53 60 6 8 5D 31
Octal 360 50 11 0 123 140 6 10 135 61
Binary 11110000 101000 1001 0 1010011 1100000 110 1000 1011101 110001

Color Harmonies of #F02809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02809

Black with #F02809

Text Example


Text Example

White with #F02809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02809; }

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

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

background-color css

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

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

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

border-color css

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

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

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