#F92120

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

Shades of Scarlet #F92120

Tints of Scarlet #F92120

Color information

#F92120 (or 0xF92120) is unknown color: approx Scarlet. HEX triplet: F9, 21 and 20. RGB value is (249,33,32). Sum of RGB (Red+Green+Blue) = 249+33+32=314 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.30% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 249 - color contains mainly: red. Hex color #F92120 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92120 is #06DEDF. Grayscale: #616161. Windows color (decimal): -450272 or 2105849. OLE color: 2105849.

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

Color convert

RGB2493332-
CMYK00.870.870.02
HSL0.28º94.76%55.1%-
HSV(B)0.28º87.15%97.65%-
XYZ39.8721.333.38-
YUV97.4791.06236.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 79.30%
GREEN value IS 33 (13.28% from 255) = 10.51%
BLUE value IS 32 (12.89% from 255) = 10.19%
R=79.30%
G=10.51%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249333200.870.870.020.2894.7655.1
HexF9212005757205f37
Octal371414001271272013767
Binary111110011000011000000101011110101111001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92120; }

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

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

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

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

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

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

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

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