Html Css Color HEX #F42006 Scarlet

📋 copy color: '#F42006'

red 244 ◦ green 32 ◦ blue 6

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

Shades of Scarlet #F42006

Tints of Scarlet #F42006

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

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

R = 86.52%
G = 11.35%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F42006 (or 0xF42006) is known color: Scarlet. HEX triplet: F4, 20 and 06. RGB value is (244,32,6). Sum of RGB (Red+Green+Blue) = 244+32+6=282 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.52% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 244 - color contains mainly: red. Hex color #F42006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42006 is #0BDFF9. Grayscale: #5C5C5C. Windows color (decimal): -778234 or 401652. OLE color: 401652.

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

Color convert

RGB 244 32 6 -
CMYK 0 0.87 0.98 0.04
HSL 6.55º 0.95% 0.49% -
HSV(B) 6.55º 0.98% 0.96% -
XYZ 37.86 20.28 2.09 -
YUV 92.42 79.24 236.11 -
System Red Green Blue C M Y K H S L
Decimal 244 32 6 0 0.87 0.98 0.04 6.55 0.95 0.49
Hex F4 20 6 0 57 62 4 7 5F 31
Octal 364 40 6 0 127 142 4 7 137 61
Binary 11110100 100000 110 0 1010111 1100010 100 111 1011111 110001

Color Harmonies of #F42006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42006

Black with #F42006

Text Example


Text Example

White with #F42006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42006; }

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

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

background-color css

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

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

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

border-color css

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

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

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