Html Css Color HEX #FF77AF Hot Pink

📋 copy color: '#FF77AF'

red 255 ◦ green 119 ◦ blue 175

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

Shades of Hot Pink #FF77AF

Tints of Hot Pink #FF77AF

RGB

 RED value IS 255 (100% from 255) = 46.45%

 GREEN value IS 119 (46.88% from 255) = 21.68%

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

R = 46.45%
G = 21.68%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF77AF (or 0xFF77AF) is known color: Hot Pink. HEX triplet: FF, 77 and AF. RGB value is (255,119,175). Sum of RGB (Red+Green+Blue) = 255+119+175=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF77AF is #008850. Grayscale: #A5A5A5. Windows color (decimal): -34897 or 11499519. OLE color: 11499519.

HSL color Cylindrical-coordinate representation of color #FF77AF: hue angle of 335.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF77AF is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 119 175 -
CMYK 0 0.53 0.31 0
HSL 335.29º 1% 0.73% -
HSV(B) 335.29º 0.53% 1% -
XYZ 55.57 37.55 44.88 -
YUV 166.05 133.06 191.45 -
System Red Green Blue C M Y K H S L
Decimal 255 119 175 0 0.53 0.31 0 335.29 1 0.73
Hex FF 77 AF 0 35 1F 0 14F 64 49
Octal 377 167 257 0 65 37 0 517 144 111
Binary 11111111 1110111 10101111 0 110101 11111 0 101001111 1100100 1001001

Color Harmonies of #FF77AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF77AF

Black with #FF77AF

Text Example


Text Example

White with #FF77AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF77AF; }

 p { color: rgb(255,119,175); }

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

background-color css

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

 a { background-color: rgb(255,119,175); }

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

border-color css

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

 span { border-color: rgb(255,119,175); }

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