Html Css Color HEX #F71C99 Deep Pink

📋 copy color: '#F71C99'

red 247 ◦ green 28 ◦ blue 153

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

Shades of Deep Pink #F71C99

Tints of Deep Pink #F71C99

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.54%

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

R = 57.71%
G = 6.54%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F71C99 (or 0xF71C99) is known color: Deep Pink. HEX triplet: F7, 1C and 99. RGB value is (247,28,153). Sum of RGB (Red+Green+Blue) = 247+28+153=428 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.71% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71C99 is #08E366. Grayscale: #6B6B6B. Windows color (decimal): -582503 or 10034423. OLE color: 10034423.

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

Color convert

RGB 247 28 153 -
CMYK 0 0.89 0.38 0.03
HSL 325.75º 0.93% 0.54% -
HSV(B) 325.75º 0.89% 0.97% -
XYZ 44.52 22.9 32.21 -
YUV 107.73 153.55 227.34 -
System Red Green Blue C M Y K H S L
Decimal 247 28 153 0 0.89 0.38 0.03 325.75 0.93 0.54
Hex F7 1C 99 0 59 26 3 146 5D 36
Octal 367 34 231 0 131 46 3 506 135 66
Binary 11110111 11100 10011001 0 1011001 100110 11 101000110 1011101 110110

Color Harmonies of #F71C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71C99

Black with #F71C99

Text Example


Text Example

White with #F71C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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