Html Css Color HEX #F71F80 Deep Pink

📋 copy color: '#F71F80'

red 247 ◦ green 31 ◦ blue 128

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

Shades of Deep Pink #F71F80

Tints of Deep Pink #F71F80

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.64%

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

R = 60.84%
G = 7.64%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F71F80 (or 0xF71F80) is known color: Deep Pink. HEX triplet: F7, 1F and 80. RGB value is (247,31,128). Sum of RGB (Red+Green+Blue) = 247+31+128=406 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.84% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 247 - color contains mainly: red. Hex color #F71F80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71F80 is #08E07F. Grayscale: #6A6A6A. Windows color (decimal): -581760 or 8396791. OLE color: 8396791.

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

Color convert

RGB 247 31 128 -
CMYK 0 0.87 0.48 0.03
HSL 333.06º 0.93% 0.55% -
HSV(B) 333.06º 0.87% 0.97% -
XYZ 42.74 22.31 22.48 -
YUV 106.64 140.06 228.11 -
System Red Green Blue C M Y K H S L
Decimal 247 31 128 0 0.87 0.48 0.03 333.06 0.93 0.55
Hex F7 1F 80 0 57 30 3 14D 5D 37
Octal 367 37 200 0 127 60 3 515 135 67
Binary 11110111 11111 10000000 0 1010111 110000 11 101001101 1011101 110111

Color Harmonies of #F71F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71F80

Black with #F71F80

Text Example


Text Example

White with #F71F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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