#F93412

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

Shades of Scarlet #F93412

Tints of Scarlet #F93412

Color information

#F93412 (or 0xF93412) is unknown color: approx Scarlet. HEX triplet: F9, 34 and 12. RGB value is (249,52,18). Sum of RGB (Red+Green+Blue) = 249+52+18=319 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.06% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 249 - color contains mainly: red. Hex color #F93412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93412 is #06CBED. Grayscale: #6B6B6B. Windows color (decimal): -445422 or 1193209. OLE color: 1193209.

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

Color convert

RGB2495218-
CMYK00.790.930.02
HSL8.83º95.06%52.35%-
HSV(B)8.83º92.77%97.65%-
XYZ40.422.642.81-
YUV107.0377.77229.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 78.06%
GREEN value IS 52 (20.70% from 255) = 16.30%
BLUE value IS 18 (7.42% from 255) = 5.64%
R=78.06%
G=16.30%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249521800.790.930.028.8395.0652.35
HexF9341204F5D295f34
Octal3716422011713521113764
Binary11111001110100100100100111110111011010011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93412; }

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

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

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

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

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

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

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

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