#F71A06

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

Shades of Scarlet #F71A06

Tints of Scarlet #F71A06

Color information

#F71A06 (or 0xF71A06) is unknown color: approx Scarlet. HEX triplet: F7, 1A and 06. RGB value is (247,26,6). Sum of RGB (Red+Green+Blue) = 247+26+6=279 (36% of max value = 765). Red value is 247 (96.88% from 255 or 88.53% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 247 - color contains mainly: red. Hex color #F71A06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F71A06 is #08E5F9. Grayscale: #5A5A5A. Windows color (decimal): -583162 or 400119. OLE color: 400119.

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

Color convert

RGB247266-
CMYK00.890.980.03
HSL4.98º95.26%49.61%-
HSV(B)4.98º97.57%96.86%-
XYZ38.7620.532.09-
YUV89.880.72240.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 88.53%
GREEN value IS 26 (10.55% from 255) = 9.32%
BLUE value IS 6 (2.73% from 255) = 2.15%
R=88.53%
G=9.32%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24726600.890.980.034.9895.2649.61
HexF71A605962355f32
Octal36732601311423513762
Binary1111011111010110010110011100010111011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71A06; }

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

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

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

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

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

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

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

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