Html Css Color HEX #F716A0 Deep Pink

📋 copy color: '#F716A0'

red 247 ◦ green 22 ◦ blue 160

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

Shades of Deep Pink #F716A0

Tints of Deep Pink #F716A0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.13%

 BLUE value IS 160 (62.89% from 255) = 37.3%

R = 57.58%
G = 5.13%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F716A0 (or 0xF716A0) is known color: Deep Pink. HEX triplet: F7, 16 and A0. RGB value is (247,22,160). Sum of RGB (Red+Green+Blue) = 247+22+160=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F716A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F716A0 is #08E95F. Grayscale: #686868. Windows color (decimal): -584032 or 10491639. OLE color: 10491639.

HSL color Cylindrical-coordinate representation of color #F716A0: hue angle of 323.2º 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 #F716A0 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 22 160 -
CMYK 0 0.91 0.35 0.03
HSL 323.2º 0.93% 0.53% -
HSV(B) 323.2º 0.91% 0.97% -
XYZ 44.99 22.89 35.3 -
YUV 105.01 159.04 229.28 -
System Red Green Blue C M Y K H S L
Decimal 247 22 160 0 0.91 0.35 0.03 323.2 0.93 0.53
Hex F7 16 A0 0 5B 23 3 143 5D 35
Octal 367 26 240 0 133 43 3 503 135 65
Binary 11110111 10110 10100000 0 1011011 100011 11 101000011 1011101 110101

Color Harmonies of #F716A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F716A0

Black with #F716A0

Text Example


Text Example

White with #F716A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F716A0; }

 p { color: rgb(247,22,160); }

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

background-color css

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

 a { background-color: rgb(247,22,160); }

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

border-color css

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

 span { border-color: rgb(247,22,160); }

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