Html Css Color HEX #F92002 Scarlet

📋 copy color: '#F92002'

red 249 ◦ green 32 ◦ blue 2

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

Shades of Scarlet #F92002

Tints of Scarlet #F92002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 87.99%
G = 11.31%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F92002 (or 0xF92002) is known color: Scarlet. HEX triplet: F9, 20 and 02. RGB value is (249,32,2). Sum of RGB (Red+Green+Blue) = 249+32+2=283 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.99% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 249 - color contains mainly: red. Hex color #F92002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92002 is #06DFFD. Grayscale: #5D5D5D. Windows color (decimal): -450558 or 139513. OLE color: 139513.

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

Color convert

RGB 249 32 2 -
CMYK 0 0.87 0.99 0.02
HSL 7.29º 0.98% 0.49% -
HSV(B) 7.29º 0.99% 0.98% -
XYZ 39.59 21.18 2.06 -
YUV 93.46 76.39 238.94 -
System Red Green Blue C M Y K H S L
Decimal 249 32 2 0 0.87 0.99 0.02 7.29 0.98 0.49
Hex F9 20 2 0 57 63 2 7 62 31
Octal 371 40 2 0 127 143 2 7 142 61
Binary 11111001 100000 10 0 1010111 1100011 10 111 1100010 110001

Color Harmonies of #F92002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92002

Black with #F92002

Text Example


Text Example

White with #F92002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92002; }

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

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

background-color css

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

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

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

border-color css

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

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

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