#F12D04

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

Shades of Scarlet #F12D04

Tints of Scarlet #F12D04

Color information

#F12D04 (or 0xF12D04) is unknown color: approx Scarlet. HEX triplet: F1, 2D and 04. RGB value is (241,45,4). Sum of RGB (Red+Green+Blue) = 241+45+4=290 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.10% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12D04 is #0ED2FB. Grayscale: #636363. Windows color (decimal): -971516 or 273905. OLE color: 273905.

HSL color Cylindrical-coordinate representation of color #F12D04: hue angle of 10.38º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F12D04 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB241454-
CMYK00.810.980.05
HSL10.38º96.73%48.04%-
HSV(B)10.38º98.34%94.51%-
XYZ37.2420.592.13-
YUV98.9374.43229.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 83.10%
GREEN value IS 45 (17.97% from 255) = 15.52%
BLUE value IS 4 (1.95% from 255) = 1.38%
R=83.10%
G=15.52%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24145400.810.980.0510.3896.7348.04
HexF12D4051625a6130
Octal361554012114251214160
Binary1111000110110110001010001110001010110101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12D04; }

 p { color: rgb(241,45,4); }

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

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

 a { background-color: rgb(241,45,4); }

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

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

 span { border-color: rgb(241,45,4); }

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