Html Css Color HEX #FB77B0 Hot Pink

📋 copy color: '#FB77B0'

red 251 ◦ green 119 ◦ blue 176

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

Shades of Hot Pink #FB77B0

Tints of Hot Pink #FB77B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.23%

R = 45.97%
G = 21.79%
B = 32.23%

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

#FB77B0 (or 0xFB77B0) is known color: Hot Pink. HEX triplet: FB, 77 and B0. RGB value is (251,119,176). Sum of RGB (Red+Green+Blue) = 251+119+176=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB77B0 is #04884F. Grayscale: #A4A4A4. Windows color (decimal): -297040 or 11565051. OLE color: 11565051.

HSL color Cylindrical-coordinate representation of color #FB77B0: hue angle of 334.09º 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 #FB77B0 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 119 176 -
CMYK 0 0.53 0.30 0.02
HSL 334.09º 0.94% 0.73% -
HSV(B) 334.09º 0.53% 0.98% -
XYZ 54.22 36.84 45.33 -
YUV 164.97 134.23 189.37 -
System Red Green Blue C M Y K H S L
Decimal 251 119 176 0 0.53 0.30 0.02 334.09 0.94 0.73
Hex FB 77 B0 0 35 1E 2 14E 5E 49
Octal 373 167 260 0 65 36 2 516 136 111
Binary 11111011 1110111 10110000 0 110101 11110 10 101001110 1011110 1001001

Color Harmonies of #FB77B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB77B0

Black with #FB77B0

Text Example


Text Example

White with #FB77B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB77B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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