Html Css Color HEX #F771AD Hot Pink

📋 copy color: '#F771AD'

red 247 ◦ green 113 ◦ blue 173

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

Shades of Hot Pink #F771AD

Tints of Hot Pink #F771AD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.2%

 BLUE value IS 173 (67.97% from 255) = 32.46%

R = 46.34%
G = 21.2%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F771AD (or 0xF771AD) is known color: Hot Pink. HEX triplet: F7, 71 and AD. RGB value is (247,113,173). Sum of RGB (Red+Green+Blue) = 247+113+173=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F771AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F771AD is #088E52. Grayscale: #9F9F9F. Windows color (decimal): -560723 or 11366903. OLE color: 11366903.

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

Color convert

RGB 247 113 173 -
CMYK 0 0.54 0.30 0.03
HSL 333.13º 0.89% 0.71% -
HSV(B) 333.13º 0.54% 0.97% -
XYZ 51.81 34.6 43.48 -
YUV 159.91 135.39 190.12 -
System Red Green Blue C M Y K H S L
Decimal 247 113 173 0 0.54 0.30 0.03 333.13 0.89 0.71
Hex F7 71 AD 0 36 1E 3 14D 59 47
Octal 367 161 255 0 66 36 3 515 131 107
Binary 11110111 1110001 10101101 0 110110 11110 11 101001101 1011001 1000111

Color Harmonies of #F771AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F771AD

Black with #F771AD

Text Example


Text Example

White with #F771AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F771AD; }

 p { color: rgb(247,113,173); }

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

background-color css

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

 a { background-color: rgb(247,113,173); }

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

border-color css

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

 span { border-color: rgb(247,113,173); }

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