Html Css Color HEX #F71102 Red

📋 copy color: '#F71102'

red 247 ◦ green 17 ◦ blue 2

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

Shades of Red #F71102

Tints of Red #F71102

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.39%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 92.86%
G = 6.39%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F71102 (or 0xF71102) is known color: Red. HEX triplet: F7, 11 and 02. RGB value is (247,17,2). Sum of RGB (Red+Green+Blue) = 247+17+2=266 (35% of max value = 765). Red value is 247 (96.88% from 255 or 92.86% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 247 - color contains mainly: red. Hex color #F71102 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71102 is #08EEFD. Grayscale: #545454. Windows color (decimal): -585470 or 135671. OLE color: 135671.

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

Color convert

RGB 247 17 2 -
CMYK 0 0.93 0.99 0.03
HSL 3.67º 0.98% 0.49% -
HSV(B) 3.67º 0.99% 0.97% -
XYZ 38.57 20.18 1.92 -
YUV 84.06 81.7 244.22 -
System Red Green Blue C M Y K H S L
Decimal 247 17 2 0 0.93 0.99 0.03 3.67 0.98 0.49
Hex F7 11 2 0 5D 63 3 4 62 31
Octal 367 21 2 0 135 143 3 4 142 61
Binary 11110111 10001 10 0 1011101 1100011 11 100 1100010 110001

Color Harmonies of #F71102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71102

Black with #F71102

Text Example


Text Example

White with #F71102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71102; }

 p { color: rgb(247,17,2); }

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

background-color css

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

 a { background-color: rgb(247,17,2); }

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

border-color css

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

 span { border-color: rgb(247,17,2); }

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