Html Css Color HEX #FF76B2 Hot Pink

📋 copy color: '#FF76B2'

red 255 ◦ green 118 ◦ blue 178

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

Shades of Hot Pink #FF76B2

Tints of Hot Pink #FF76B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.3%

R = 46.28%
G = 21.42%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF76B2 (or 0xFF76B2) is known color: Hot Pink. HEX triplet: FF, 76 and B2. RGB value is (255,118,178). Sum of RGB (Red+Green+Blue) = 255+118+178=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF76B2 is #00894D. Grayscale: #A5A5A5. Windows color (decimal): -35150 or 11695871. OLE color: 11695871.

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

Color convert

RGB 255 118 178 -
CMYK 0 0.54 0.30 0
HSL 333.72º 1% 0.73% -
HSV(B) 333.72º 0.54% 1% -
XYZ 55.75 37.43 46.41 -
YUV 165.8 134.89 191.62 -
System Red Green Blue C M Y K H S L
Decimal 255 118 178 0 0.54 0.30 0 333.72 1 0.73
Hex FF 76 B2 0 36 1E 0 14E 64 49
Octal 377 166 262 0 66 36 0 516 144 111
Binary 11111111 1110110 10110010 0 110110 11110 0 101001110 1100100 1001001

Color Harmonies of #FF76B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF76B2

Black with #FF76B2

Text Example


Text Example

White with #FF76B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF76B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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