Html Css Color HEX #F772AB Hot Pink

📋 copy color: '#F772AB'

red 247 ◦ green 114 ◦ blue 171

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

Shades of Hot Pink #F772AB

Tints of Hot Pink #F772AB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.43%

 BLUE value IS 171 (67.19% from 255) = 32.14%

R = 46.43%
G = 21.43%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F772AB (or 0xF772AB) is known color: Hot Pink. HEX triplet: F7, 72 and AB. RGB value is (247,114,171). Sum of RGB (Red+Green+Blue) = 247+114+171=532 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.43% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 247 - color contains mainly: red. Hex color #F772AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F772AB is #088D54. Grayscale: #A0A0A0. Windows color (decimal): -560469 or 11236087. OLE color: 11236087.

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

Color convert

RGB 247 114 171 -
CMYK 0 0.54 0.31 0.03
HSL 334.29º 0.89% 0.71% -
HSV(B) 334.29º 0.54% 0.97% -
XYZ 51.73 34.75 42.51 -
YUV 160.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 247 114 171 0 0.54 0.31 0.03 334.29 0.89 0.71
Hex F7 72 AB 0 36 1F 3 14E 59 47
Octal 367 162 253 0 66 37 3 516 131 107
Binary 11110111 1110010 10101011 0 110110 11111 11 101001110 1011001 1000111

Color Harmonies of #F772AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F772AB

Black with #F772AB

Text Example


Text Example

White with #F772AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F772AB; }

 p { color: rgb(247,114,171); }

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

background-color css

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

 a { background-color: rgb(247,114,171); }

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

border-color css

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

 span { border-color: rgb(247,114,171); }

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