Html Css Color HEX #F01908 Scarlet

📋 copy color: '#F01908'

red 240 ◦ green 25 ◦ blue 8

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

Shades of Scarlet #F01908

Tints of Scarlet #F01908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.16%

 BLUE value IS 8 (3.52% from 255) = 2.93%

R = 87.91%
G = 9.16%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F01908 (or 0xF01908) is known color: Scarlet. HEX triplet: F0, 19 and 08. RGB value is (240,25,8). Sum of RGB (Red+Green+Blue) = 240+25+8=273 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.91% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 240 - color contains mainly: red. Hex color #F01908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01908 is #0FE6F7. Grayscale: #575757. Windows color (decimal): -1042168 or 530928. OLE color: 530928.

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

Color convert

RGB 240 25 8 -
CMYK 0 0.90 0.97 0.06
HSL 4.4º 0.94% 0.49% -
HSV(B) 4.4º 0.97% 0.94% -
XYZ 36.33 19.24 2.03 -
YUV 87.35 83.23 236.88 -
System Red Green Blue C M Y K H S L
Decimal 240 25 8 0 0.90 0.97 0.06 4.4 0.94 0.49
Hex F0 19 8 0 5A 61 6 4 5E 31
Octal 360 31 10 0 132 141 6 4 136 61
Binary 11110000 11001 1000 0 1011010 1100001 110 100 1011110 110001

Color Harmonies of #F01908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01908

Black with #F01908

Text Example


Text Example

White with #F01908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01908; }

 p { color: rgb(240,25,8); }

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

background-color css

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

 a { background-color: rgb(240,25,8); }

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

border-color css

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

 span { border-color: rgb(240,25,8); }

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