Html Css Color HEX #F01201 Scarlet

📋 copy color: '#F01201'

red 240 ◦ green 18 ◦ blue 1

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

Shades of Scarlet #F01201

Tints of Scarlet #F01201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.95%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 92.66%
G = 6.95%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F01201 (or 0xF01201) is known color: Scarlet. HEX triplet: F0, 12 and 01. RGB value is (240,18,1). Sum of RGB (Red+Green+Blue) = 240+18+1=259 (34% of max value = 765). Red value is 240 (94.14% from 255 or 92.66% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 240 - color contains mainly: red. Hex color #F01201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01201 is #0FEDFE. Grayscale: #525252. Windows color (decimal): -1043967 or 70384. OLE color: 70384.

HSL color Cylindrical-coordinate representation of color #F01201: hue angle of 4.27º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F01201 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 18 1 -
CMYK 0 0.92 1.00 0.06
HSL 4.27º 0.99% 0.47% -
HSV(B) 4.27º 1% 0.94% -
XYZ 36.16 18.96 1.78 -
YUV 82.44 82.05 240.38 -
System Red Green Blue C M Y K H S L
Decimal 240 18 1 0 0.92 1.00 0.06 4.27 0.99 0.47
Hex F0 12 1 0 5C 64 6 4 63 2F
Octal 360 22 1 0 134 144 6 4 143 57
Binary 11110000 10010 1 0 1011100 1100100 110 100 1100011 101111

Color Harmonies of #F01201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01201

Black with #F01201

Text Example


Text Example

White with #F01201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01201; }

 p { color: rgb(240,18,1); }

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

background-color css

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

 a { background-color: rgb(240,18,1); }

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

border-color css

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

 span { border-color: rgb(240,18,1); }

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