#F12902

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

Shades of Scarlet #F12902

Tints of Scarlet #F12902

Color information

#F12902 (or 0xF12902) is unknown color: approx Scarlet. HEX triplet: F1, 29 and 02. RGB value is (241,41,2). Sum of RGB (Red+Green+Blue) = 241+41+2=284 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.86% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 241 - color contains mainly: red. Hex color #F12902 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12902 is #0ED6FD. Grayscale: #606060. Windows color (decimal): -972542 or 141809. OLE color: 141809.

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

Color convert

RGB241412-
CMYK00.830.990.05
HSL9.79º98.35%47.65%-
HSV(B)9.79º99.17%94.51%-
XYZ37.0820.292.02-
YUV96.3574.76231.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 84.86%
GREEN value IS 41 (16.41% from 255) = 14.44%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=84.86%
G=14.44%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24141200.830.990.059.7998.3547.65
HexF1292053635a6230
Octal361512012314351214260
Binary111100011010011001010011110001110110101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12902; }

 p { color: rgb(241,41,2); }

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

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

 a { background-color: rgb(241,41,2); }

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

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

 span { border-color: rgb(241,41,2); }

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