Html Css Color HEX #F41306 Scarlet

📋 copy color: '#F41306'

red 244 ◦ green 19 ◦ blue 6

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

Shades of Scarlet #F41306

Tints of Scarlet #F41306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.06%

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

R = 90.71%
G = 7.06%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F41306 (or 0xF41306) is known color: Scarlet. HEX triplet: F4, 13 and 06. RGB value is (244,19,6). Sum of RGB (Red+Green+Blue) = 244+19+6=269 (35% of max value = 765). Red value is 244 (95.70% from 255 or 90.71% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 244 - color contains mainly: red. Hex color #F41306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41306 is #0BECF9. Grayscale: #555555. Windows color (decimal): -781562 or 398324. OLE color: 398324.

HSL color Cylindrical-coordinate representation of color #F41306: hue angle of 3.28º 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 #F41306 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 19 6 -
CMYK 0 0.92 0.98 0.04
HSL 3.28º 0.95% 0.49% -
HSV(B) 3.28º 0.98% 0.96% -
XYZ 37.57 19.71 2 -
YUV 84.79 83.54 241.56 -
System Red Green Blue C M Y K H S L
Decimal 244 19 6 0 0.92 0.98 0.04 3.28 0.95 0.49
Hex F4 13 6 0 5C 62 4 3 5F 31
Octal 364 23 6 0 134 142 4 3 137 61
Binary 11110100 10011 110 0 1011100 1100010 100 11 1011111 110001

Color Harmonies of #F41306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41306

Black with #F41306

Text Example


Text Example

White with #F41306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41306; }

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

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

background-color css

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

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

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

border-color css

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

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

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