Html Css Color HEX #FB77AF Hot Pink

📋 copy color: '#FB77AF'

red 251 ◦ green 119 ◦ blue 175

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

Shades of Hot Pink #FB77AF

Tints of Hot Pink #FB77AF

RGB

 RED value IS 251 (98.44% from 255) = 46.06%

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

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

R = 46.06%
G = 21.83%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB77AF (or 0xFB77AF) is known color: Hot Pink. HEX triplet: FB, 77 and AF. RGB value is (251,119,175). Sum of RGB (Red+Green+Blue) = 251+119+175=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB77AF is #048850. Grayscale: #A4A4A4. Windows color (decimal): -297041 or 11499515. OLE color: 11499515.

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

Color convert

RGB 251 119 175 -
CMYK 0 0.53 0.30 0.02
HSL 334.55º 0.94% 0.73% -
HSV(B) 334.55º 0.53% 0.98% -
XYZ 54.12 36.8 44.81 -
YUV 164.85 133.73 189.45 -
System Red Green Blue C M Y K H S L
Decimal 251 119 175 0 0.53 0.30 0.02 334.55 0.94 0.73
Hex FB 77 AF 0 35 1E 2 14F 5E 49
Octal 373 167 257 0 65 36 2 517 136 111
Binary 11111011 1110111 10101111 0 110101 11110 10 101001111 1011110 1001001

Color Harmonies of #FB77AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB77AF

Black with #FB77AF

Text Example


Text Example

White with #FB77AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB77AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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