Html Css Color HEX #F71206 Red

📋 copy color: '#F71206'

red 247 ◦ green 18 ◦ blue 6

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

Shades of Red #F71206

Tints of Red #F71206

RGB

 RED value IS 247 (96.88% from 255) = 91.14%

 GREEN value IS 18 (7.42% from 255) = 6.64%

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

R = 91.14%
G = 6.64%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F71206 (or 0xF71206) is known color: Red. HEX triplet: F7, 12 and 06. RGB value is (247,18,6). Sum of RGB (Red+Green+Blue) = 247+18+6=271 (35% of max value = 765). Red value is 247 (96.88% from 255 or 91.14% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 247 - color contains mainly: red. Hex color #F71206 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71206 is #08EDF9. Grayscale: #555555. Windows color (decimal): -585210 or 398071. OLE color: 398071.

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

Color convert

RGB 247 18 6 -
CMYK 0 0.93 0.98 0.03
HSL 2.99º 0.95% 0.5% -
HSV(B) 2.99º 0.98% 0.97% -
XYZ 38.61 20.22 2.04 -
YUV 85.1 83.37 243.48 -
System Red Green Blue C M Y K H S L
Decimal 247 18 6 0 0.93 0.98 0.03 2.99 0.95 0.5
Hex F7 12 6 0 5D 62 3 3 5F 32
Octal 367 22 6 0 135 142 3 3 137 62
Binary 11110111 10010 110 0 1011101 1100010 11 11 1011111 110010

Color Harmonies of #F71206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71206

Black with #F71206

Text Example


Text Example

White with #F71206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71206; }

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

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

background-color css

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

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

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

border-color css

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

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

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