#F91200

Color #F91200 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #F91200

Tints of Scarlet #F91200

Color information

#F91200 (or 0xF91200) is unknown color: approx Scarlet. HEX triplet: F9, 12 and 00. RGB value is (249,18,0). Sum of RGB (Red+Green+Blue) = 249+18+0=267 (35% of max value = 765). Red value is 249 (97.66% from 255 or 93.26% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 249 - color contains mainly: red. Hex color #F91200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91200 is #06EDFF. Grayscale: #555555. Windows color (decimal): -454144 or 4857. OLE color: 4857.

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

Color convert

RGB249180-
CMYK00.9310.02
HSL4.34º100%48.82%-
HSV(B)4.34º100%97.65%-
XYZ39.2820.571.9-
YUV85.0280.03244.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 93.26%
GREEN value IS 18 (7.42% from 255) = 6.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.26%
G=6.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918000.9310.024.3410048.82
HexF912005D64246431
Octal37122001351442414461
Binary11111001100100010111011100100101001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91200; }

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

 H1.HeaderClassName
 {
   color: #F91200;
 }
 .AnyTagClassName
 {
   color: #F91200;
 }
</style>
background-color css

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

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

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

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

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

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