Html Css Color HEX #F91F0C Scarlet

📋 copy color: '#F91F0C'

red 249 ◦ green 31 ◦ blue 12

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

Shades of Scarlet #F91F0C

Tints of Scarlet #F91F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.11%

R = 85.27%
G = 10.62%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F91F0C (or 0xF91F0C) is known color: Scarlet. HEX triplet: F9, 1F and 0C. RGB value is (249,31,12). Sum of RGB (Red+Green+Blue) = 249+31+12=292 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.27% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91F0C is #06E0F3. Grayscale: #5E5E5E. Windows color (decimal): -450804 or 794617. OLE color: 794617.

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

Color convert

RGB 249 31 12 -
CMYK 0 0.88 0.95 0.02
HSL 4.81º 0.95% 0.51% -
HSV(B) 4.81º 0.95% 0.98% -
XYZ 39.62 21.15 2.34 -
YUV 94.02 81.72 238.54 -
System Red Green Blue C M Y K H S L
Decimal 249 31 12 0 0.88 0.95 0.02 4.81 0.95 0.51
Hex F9 1F C 0 58 5F 2 5 5F 33
Octal 371 37 14 0 130 137 2 5 137 63
Binary 11111001 11111 1100 0 1011000 1011111 10 101 1011111 110011

Color Harmonies of #F91F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91F0C

Black with #F91F0C

Text Example


Text Example

White with #F91F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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