#F71B06

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

Shades of Scarlet #F71B06

Tints of Scarlet #F71B06

Color information

#F71B06 (or 0xF71B06) is unknown color: approx Scarlet. HEX triplet: F7, 1B and 06. RGB value is (247,27,6). Sum of RGB (Red+Green+Blue) = 247+27+6=280 (37% of max value = 765). Red value is 247 (96.88% from 255 or 88.21% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 247 - color contains mainly: red. Hex color #F71B06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F71B06 is #08E4F9. Grayscale: #5A5A5A. Windows color (decimal): -582906 or 400375. OLE color: 400375.

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

Color convert

RGB247276-
CMYK00.890.980.03
HSL5.23º95.26%49.61%-
HSV(B)5.23º97.57%96.86%-
XYZ38.7820.572.1-
YUV90.3980.39239.71-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 88.21%
GREEN value IS 27 (10.94% from 255) = 9.64%
BLUE value IS 6 (2.73% from 255) = 2.14%
R=88.21%
G=9.64%
B=2.14%

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
Decimal24727600.890.980.035.2395.2649.61
HexF71B605962355f32
Octal36733601311423513762
Binary1111011111011110010110011100010111011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71B06; }

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

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

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

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

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

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

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

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