Html Css Color HEX #F91F00 Scarlet

📋 copy color: '#F91F00'

red 249 ◦ green 31 ◦ blue 0

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

Shades of Scarlet #F91F00

Tints of Scarlet #F91F00

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.93%
G = 11.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F91F00 (or 0xF91F00) is known color: Scarlet. HEX triplet: F9, 1F and 00. RGB value is (249,31,0). Sum of RGB (Red+Green+Blue) = 249+31+0=280 (37% of max value = 765). Red value is 249 (97.66% from 255 or 88.93% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91F00 is #06E0FF. Grayscale: #5C5C5C. Windows color (decimal): -450816 or 8185. OLE color: 8185.

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

Color convert

RGB 249 31 0 -
CMYK 0 0.88 1 0.02
HSL 7.47º 1% 0.49% -
HSV(B) 7.47º 1% 0.98% -
XYZ 39.56 21.12 1.99 -
YUV 92.65 75.72 239.52 -
System Red Green Blue C M Y K H S L
Decimal 249 31 0 0 0.88 1 0.02 7.47 1 0.49
Hex F9 1F 0 0 58 64 2 7 64 31
Octal 371 37 0 0 130 144 2 7 144 61
Binary 11111001 11111 0 0 1011000 1100100 10 111 1100100 110001

Color Harmonies of #F91F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91F00

Black with #F91F00

Text Example


Text Example

White with #F91F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91F00; }

 p { color: rgb(249,31,0); }

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

background-color css

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

 a { background-color: rgb(249,31,0); }

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

border-color css

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

 span { border-color: rgb(249,31,0); }

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