Html Css Color HEX #F71599 Deep Pink

📋 copy color: '#F71599'

red 247 ◦ green 21 ◦ blue 153

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

Shades of Deep Pink #F71599

Tints of Deep Pink #F71599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.99%

 BLUE value IS 153 (60.16% from 255) = 36.34%

R = 58.67%
G = 4.99%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F71599 (or 0xF71599) is known color: Deep Pink. HEX triplet: F7, 15 and 99. RGB value is (247,21,153). Sum of RGB (Red+Green+Blue) = 247+21+153=421 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.67% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 247 - color contains mainly: red. Hex color #F71599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71599 is #08EA66. Grayscale: #676767. Windows color (decimal): -584295 or 10032631. OLE color: 10032631.

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

Color convert

RGB 247 21 153 -
CMYK 0 0.91 0.38 0.03
HSL 324.96º 0.93% 0.53% -
HSV(B) 324.96º 0.91% 0.97% -
XYZ 44.38 22.61 32.16 -
YUV 103.62 155.87 230.27 -
System Red Green Blue C M Y K H S L
Decimal 247 21 153 0 0.91 0.38 0.03 324.96 0.93 0.53
Hex F7 15 99 0 5B 26 3 145 5D 35
Octal 367 25 231 0 133 46 3 505 135 65
Binary 11110111 10101 10011001 0 1011011 100110 11 101000101 1011101 110101

Color Harmonies of #F71599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71599

Black with #F71599

Text Example


Text Example

White with #F71599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71599; }

 p { color: rgb(247,21,153); }

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

background-color css

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

 a { background-color: rgb(247,21,153); }

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

border-color css

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

 span { border-color: rgb(247,21,153); }

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