#F5160B

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

Shades of Scarlet #F5160B

Tints of Scarlet #F5160B

Color information

#F5160B (or 0xF5160B) is unknown color: approx Scarlet. HEX triplet: F5, 16 and 0B. RGB value is (245,22,11). Sum of RGB (Red+Green+Blue) = 245+22+11=278 (36% of max value = 765). Red value is 245 (96.09% from 255 or 88.13% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 245 - color contains mainly: red. Hex color #F5160B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5160B is #0AE9F4. Grayscale: #575757. Windows color (decimal): -715253 or 726773. OLE color: 726773.

HSL color Cylindrical-coordinate representation of color #F5160B: hue angle of 2.82º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5160B is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB2452211-
CMYK00.910.960.04
HSL2.82º92.13%50.2%-
HSV(B)2.82º95.51%96.08%-
XYZ3820.012.18-
YUV87.4284.88240.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 88.13%
GREEN value IS 22 (8.98% from 255) = 7.91%
BLUE value IS 11 (4.69% from 255) = 3.96%
R=88.13%
G=7.91%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245221100.910.960.042.8292.1350.2
HexF516B05B60435c32
Octal365261301331404313462
Binary11110101101101011010110111100000100111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5160B; }

 p { color: rgb(245,22,11); }

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

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

 a { background-color: rgb(245,22,11); }

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

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

 span { border-color: rgb(245,22,11); }

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