Html Css Color HEX #F71180 Deep Pink

📋 copy color: '#F71180'

red 247 ◦ green 17 ◦ blue 128

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

Shades of Deep Pink #F71180

Tints of Deep Pink #F71180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.65%

R = 63.01%
G = 4.34%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F71180 (or 0xF71180) is known color: Deep Pink. HEX triplet: F7, 11 and 80. RGB value is (247,17,128). Sum of RGB (Red+Green+Blue) = 247+17+128=392 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.01% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 247 - color contains mainly: red. Hex color #F71180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71180 is #08EE7F. Grayscale: #626262. Windows color (decimal): -585344 or 8393207. OLE color: 8393207.

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

Color convert

RGB 247 17 128 -
CMYK 0 0.93 0.48 0.03
HSL 331.04º 0.93% 0.52% -
HSV(B) 331.04º 0.93% 0.97% -
XYZ 42.45 21.73 22.38 -
YUV 98.42 144.7 233.97 -
System Red Green Blue C M Y K H S L
Decimal 247 17 128 0 0.93 0.48 0.03 331.04 0.93 0.52
Hex F7 11 80 0 5D 30 3 14B 5D 34
Octal 367 21 200 0 135 60 3 513 135 64
Binary 11110111 10001 10000000 0 1011101 110000 11 101001011 1011101 110100

Color Harmonies of #F71180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71180

Black with #F71180

Text Example


Text Example

White with #F71180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71180; }

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

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

background-color css

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

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

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

border-color css

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

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

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