#F41A09

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

Shades of Scarlet #F41A09

Tints of Scarlet #F41A09

Color information

#F41A09 (or 0xF41A09) is unknown color: approx Scarlet. HEX triplet: F4, 1A and 09. RGB value is (244,26,9). Sum of RGB (Red+Green+Blue) = 244+26+9=279 (36% of max value = 765). Red value is 244 (95.70% from 255 or 87.46% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 244 - color contains mainly: red. Hex color #F41A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41A09 is #0BE5F6. Grayscale: #595959. Windows color (decimal): -779767 or 596724. OLE color: 596724.

HSL color Cylindrical-coordinate representation of color #F41A09: hue angle of 4.34º degrees, saturation: 0.93, 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 #F41A09 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB244269-
CMYK00.890.960.04
HSL4.34º92.89%49.61%-
HSV(B)4.34º96.31%95.69%-
XYZ37.7319.992.13-
YUV89.2482.72238.38-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 87.46%
GREEN value IS 26 (10.55% from 255) = 9.32%
BLUE value IS 9 (3.91% from 255) = 3.23%
R=87.46%
G=9.32%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24426900.890.960.044.3492.8949.61
HexF41A905960445d32
Octal364321101311404413562
Binary111101001101010010101100111000001001001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41A09; }

 p { color: rgb(244,26,9); }

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

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

 a { background-color: rgb(244,26,9); }

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

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

 span { border-color: rgb(244,26,9); }

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