Html Css Color HEX #F71000 Red

📋 copy color: '#F71000'

red 247 ◦ green 16 ◦ blue 0

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

Shades of Red #F71000

Tints of Red #F71000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.08%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.92%
G = 6.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F71000 (or 0xF71000) is known color: Red. HEX triplet: F7, 10 and 00. RGB value is (247,16,0). Sum of RGB (Red+Green+Blue) = 247+16+0=263 (34% of max value = 765). Red value is 247 (96.88% from 255 or 93.92% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 247 - color contains mainly: red. Hex color #F71000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71000 is #08EFFF. Grayscale: #535353. Windows color (decimal): -585728 or 4343. OLE color: 4343.

HSL color Cylindrical-coordinate representation of color #F71000: hue angle of 3.89º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F71000 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 16 0 -
CMYK 0 0.94 1 0.03
HSL 3.89º 1% 0.48% -
HSV(B) 3.89º 1% 0.97% -
XYZ 38.54 20.14 1.86 -
YUV 83.25 81.03 244.8 -
System Red Green Blue C M Y K H S L
Decimal 247 16 0 0 0.94 1 0.03 3.89 1 0.48
Hex F7 10 0 0 5E 64 3 4 64 30
Octal 367 20 0 0 136 144 3 4 144 60
Binary 11110111 10000 0 0 1011110 1100100 11 100 1100100 110000

Color Harmonies of #F71000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71000

Black with #F71000

Text Example


Text Example

White with #F71000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71000; }

 p { color: rgb(247,16,0); }

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

background-color css

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

 a { background-color: rgb(247,16,0); }

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

border-color css

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

 span { border-color: rgb(247,16,0); }

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