Html Css Color HEX #F91902 Scarlet

📋 copy color: '#F91902'

red 249 ◦ green 25 ◦ blue 2

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

Shades of Scarlet #F91902

Tints of Scarlet #F91902

RGB

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

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

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

R = 90.22%
G = 9.06%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F91902 (or 0xF91902) is known color: Scarlet. HEX triplet: F9, 19 and 02. RGB value is (249,25,2). Sum of RGB (Red+Green+Blue) = 249+25+2=276 (36% of max value = 765). Red value is 249 (97.66% from 255 or 90.22% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 249 - color contains mainly: red. Hex color #F91902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91902 is #06E6FD. Grayscale: #595959. Windows color (decimal): -452350 or 137721. OLE color: 137721.

HSL color Cylindrical-coordinate representation of color #F91902: hue angle of 5.59º 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 #F91902 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 25 2 -
CMYK 0 0.90 0.99 0.02
HSL 5.59º 0.98% 0.49% -
HSV(B) 5.59º 0.99% 0.98% -
XYZ 39.43 20.84 2 -
YUV 89.35 78.71 241.87 -
System Red Green Blue C M Y K H S L
Decimal 249 25 2 0 0.90 0.99 0.02 5.59 0.98 0.49
Hex F9 19 2 0 5A 63 2 6 62 31
Octal 371 31 2 0 132 143 2 6 142 61
Binary 11111001 11001 10 0 1011010 1100011 10 110 1100010 110001

Color Harmonies of #F91902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91902

Black with #F91902

Text Example


Text Example

White with #F91902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91902; }

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

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

background-color css

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

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

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

border-color css

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

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

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