Html Css Color HEX #F41A06 Scarlet

📋 copy color: '#F41A06'

red 244 ◦ green 26 ◦ blue 6

#F41A06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #F41A06

Tints of Scarlet #F41A06

RGB

 RED value IS 244 (95.7% from 255) = 88.41%

 GREEN value IS 26 (10.55% from 255) = 9.42%

 BLUE value IS 6 (2.73% from 255) = 2.17%

R = 88.41%
G = 9.42%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F41A06 (or 0xF41A06) is known color: Scarlet. HEX triplet: F4, 1A and 06. RGB value is (244,26,6). Sum of RGB (Red+Green+Blue) = 244+26+6=276 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.41% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 244 - color contains mainly: red. Hex color #F41A06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41A06 is #0BE5F9. Grayscale: #595959. Windows color (decimal): -779770 or 400116. OLE color: 400116.

HSL color Cylindrical-coordinate representation of color #F41A06: hue angle of 5.04º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F41A06 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 26 6 -
CMYK 0 0.89 0.98 0.04
HSL 5.04º 0.95% 0.49% -
HSV(B) 5.04º 0.98% 0.96% -
XYZ 37.71 19.99 2.04 -
YUV 88.9 81.22 238.63 -
System Red Green Blue C M Y K H S L
Decimal 244 26 6 0 0.89 0.98 0.04 5.04 0.95 0.49
Hex F4 1A 6 0 59 62 4 5 5F 31
Octal 364 32 6 0 131 142 4 5 137 61
Binary 11110100 11010 110 0 1011001 1100010 100 101 1011111 110001

Color Harmonies of #F41A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41A06

Black with #F41A06

Text Example


Text Example

White with #F41A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41A06; }

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

 H1.HeaderClassName
 {
   color: #F41A06;
 }
 .AnyTagClassName
 {
   color: #F41A06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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