#F52F16

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

Shades of Scarlet #F52F16

Tints of Scarlet #F52F16

Color information

#F52F16 (or 0xF52F16) is unknown color: approx Scarlet. HEX triplet: F5, 2F and 16. RGB value is (245,47,22). Sum of RGB (Red+Green+Blue) = 245+47+22=314 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.03% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 245 - color contains mainly: red. Hex color #F52F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52F16 is #0AD0E9. Grayscale: #676767. Windows color (decimal): -708842 or 1454069. OLE color: 1454069.

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

Color convert

RGB2454722-
CMYK00.810.910.04
HSL6.73º91.77%52.35%-
HSV(B)6.73º91.02%96.08%-
XYZ38.8221.52.86-
YUV103.3582.1229.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 78.03%
GREEN value IS 47 (18.75% from 255) = 14.97%
BLUE value IS 22 (8.98% from 255) = 7.01%
R=78.03%
G=14.97%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245472200.810.910.046.7391.7752.35
HexF52F160515B475c34
Octal365572601211334713464
Binary11110101101111101100101000110110111001111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52F16; }

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

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

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

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

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

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

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

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