Html Css Color HEX #F92001 Scarlet

📋 copy color: '#F92001'

red 249 ◦ green 32 ◦ blue 1

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

Shades of Scarlet #F92001

Tints of Scarlet #F92001

RGB

 RED value IS 249 (97.66% from 255) = 88.3%

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

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

R = 88.3%
G = 11.35%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F92001 (or 0xF92001) is known color: Scarlet. HEX triplet: F9, 20 and 01. RGB value is (249,32,1). Sum of RGB (Red+Green+Blue) = 249+32+1=282 (37% of max value = 765). Red value is 249 (97.66% from 255 or 88.30% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 249 - color contains mainly: red. Hex color #F92001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92001 is #06DFFE. Grayscale: #5D5D5D. Windows color (decimal): -450559 or 73977. OLE color: 73977.

HSL color Cylindrical-coordinate representation of color #F92001: hue angle of 7.5º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F92001 is Cyan = 0, Magento = 0.87, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 32 1 -
CMYK 0 0.87 1.00 0.02
HSL 7.5º 0.99% 0.49% -
HSV(B) 7.5º 1% 0.98% -
XYZ 39.59 21.17 2.03 -
YUV 93.35 75.89 239.02 -
System Red Green Blue C M Y K H S L
Decimal 249 32 1 0 0.87 1.00 0.02 7.5 0.99 0.49
Hex F9 20 1 0 57 64 2 8 63 31
Octal 371 40 1 0 127 144 2 10 143 61
Binary 11111001 100000 1 0 1010111 1100100 10 1000 1100011 110001

Color Harmonies of #F92001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92001

Black with #F92001

Text Example


Text Example

White with #F92001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92001; }

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

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

background-color css

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

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

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

border-color css

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

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

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