Html Css Color HEX #F01904 Scarlet

📋 copy color: '#F01904'

red 240 ◦ green 25 ◦ blue 4

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

Shades of Scarlet #F01904

Tints of Scarlet #F01904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.49%

R = 89.22%
G = 9.29%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F01904 (or 0xF01904) is known color: Scarlet. HEX triplet: F0, 19 and 04. RGB value is (240,25,4). Sum of RGB (Red+Green+Blue) = 240+25+4=269 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.22% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 240 - color contains mainly: red. Hex color #F01904 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01904 is #0FE6FB. Grayscale: #575757. Windows color (decimal): -1042172 or 268784. OLE color: 268784.

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

Color convert

RGB 240 25 4 -
CMYK 0 0.90 0.98 0.06
HSL 5.34º 0.97% 0.48% -
HSV(B) 5.34º 0.98% 0.94% -
XYZ 36.3 19.23 1.91 -
YUV 86.89 81.23 237.21 -
System Red Green Blue C M Y K H S L
Decimal 240 25 4 0 0.90 0.98 0.06 5.34 0.97 0.48
Hex F0 19 4 0 5A 62 6 5 61 30
Octal 360 31 4 0 132 142 6 5 141 60
Binary 11110000 11001 100 0 1011010 1100010 110 101 1100001 110000

Color Harmonies of #F01904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01904

Black with #F01904

Text Example


Text Example

White with #F01904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01904; }

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

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

background-color css

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

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

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

border-color css

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

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

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