Html Css Color HEX #F772AF Hot Pink

📋 copy color: '#F772AF'

red 247 ◦ green 114 ◦ blue 175

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

Shades of Hot Pink #F772AF

Tints of Hot Pink #F772AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.65%

R = 46.08%
G = 21.27%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F772AF (or 0xF772AF) is known color: Hot Pink. HEX triplet: F7, 72 and AF. RGB value is (247,114,175). Sum of RGB (Red+Green+Blue) = 247+114+175=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 247 - color contains mainly: red. Hex color #F772AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F772AF is #088D50. Grayscale: #A0A0A0. Windows color (decimal): -560465 or 11498231. OLE color: 11498231.

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

Color convert

RGB 247 114 175 -
CMYK 0 0.54 0.29 0.03
HSL 332.48º 0.89% 0.71% -
HSV(B) 332.48º 0.54% 0.97% -
XYZ 52.11 34.9 44.55 -
YUV 160.72 136.06 189.54 -
System Red Green Blue C M Y K H S L
Decimal 247 114 175 0 0.54 0.29 0.03 332.48 0.89 0.71
Hex F7 72 AF 0 36 1D 3 14C 59 47
Octal 367 162 257 0 66 35 3 514 131 107
Binary 11110111 1110010 10101111 0 110110 11101 11 101001100 1011001 1000111

Color Harmonies of #F772AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F772AF

Black with #F772AF

Text Example


Text Example

White with #F772AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F772AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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