Html Css Color HEX #FF76B0 Hot Pink

📋 copy color: '#FF76B0'

red 255 ◦ green 118 ◦ blue 176

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

Shades of Hot Pink #FF76B0

Tints of Hot Pink #FF76B0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.49%

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

R = 46.45%
G = 21.49%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF76B0 (or 0xFF76B0) is known color: Hot Pink. HEX triplet: FF, 76 and B0. RGB value is (255,118,176). Sum of RGB (Red+Green+Blue) = 255+118+176=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF76B0 is #00894F. Grayscale: #A5A5A5. Windows color (decimal): -35152 or 11564799. OLE color: 11564799.

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

Color convert

RGB 255 118 176 -
CMYK 0 0.54 0.31 0
HSL 334.6º 1% 0.73% -
HSV(B) 334.6º 0.54% 1% -
XYZ 55.55 37.35 45.36 -
YUV 165.58 133.89 191.78 -
System Red Green Blue C M Y K H S L
Decimal 255 118 176 0 0.54 0.31 0 334.6 1 0.73
Hex FF 76 B0 0 36 1F 0 14F 64 49
Octal 377 166 260 0 66 37 0 517 144 111
Binary 11111111 1110110 10110000 0 110110 11111 0 101001111 1100100 1001001

Color Harmonies of #FF76B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF76B0

Black with #FF76B0

Text Example


Text Example

White with #FF76B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF76B0; }

 p { color: rgb(255,118,176); }

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

background-color css

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

 a { background-color: rgb(255,118,176); }

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

border-color css

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

 span { border-color: rgb(255,118,176); }

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