Html Css Color HEX #F02001 Scarlet

📋 copy color: '#F02001'

red 240 ◦ green 32 ◦ blue 1

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

Shades of Scarlet #F02001

Tints of Scarlet #F02001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.72%

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

R = 87.91%
G = 11.72%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F02001 (or 0xF02001) is known color: Scarlet. HEX triplet: F0, 20 and 01. RGB value is (240,32,1). Sum of RGB (Red+Green+Blue) = 240+32+1=273 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.91% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 240 - color contains mainly: red. Hex color #F02001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02001 is #0FDFFE. Grayscale: #5A5A5A. Windows color (decimal): -1040383 or 73968. OLE color: 73968.

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

Color convert

RGB 240 32 1 -
CMYK 0 0.87 1.00 0.06
HSL 7.78º 0.99% 0.47% -
HSV(B) 7.78º 1% 0.94% -
XYZ 36.46 19.56 1.88 -
YUV 90.66 77.41 234.52 -
System Red Green Blue C M Y K H S L
Decimal 240 32 1 0 0.87 1.00 0.06 7.78 0.99 0.47
Hex F0 20 1 0 57 64 6 8 63 2F
Octal 360 40 1 0 127 144 6 10 143 57
Binary 11110000 100000 1 0 1010111 1100100 110 1000 1100011 101111

Color Harmonies of #F02001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02001

Black with #F02001

Text Example


Text Example

White with #F02001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02001; }

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

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

background-color css

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

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

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

border-color css

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

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

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