Html Css Color HEX #FF77B6 Hot Pink

📋 copy color: '#FF77B6'

red 255 ◦ green 119 ◦ blue 182

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

Shades of Hot Pink #FF77B6

Tints of Hot Pink #FF77B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.73%

R = 45.86%
G = 21.4%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF77B6 (or 0xFF77B6) is known color: Hot Pink. HEX triplet: FF, 77 and B6. RGB value is (255,119,182). Sum of RGB (Red+Green+Blue) = 255+119+182=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77B6 is #008849. Grayscale: #A6A6A6. Windows color (decimal): -34890 or 11958271. OLE color: 11958271.

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

Color convert

RGB 255 119 182 -
CMYK 0 0.53 0.29 0
HSL 332.21º 1% 0.73% -
HSV(B) 332.21º 0.53% 1% -
XYZ 56.28 37.83 48.59 -
YUV 166.85 136.56 190.88 -
System Red Green Blue C M Y K H S L
Decimal 255 119 182 0 0.53 0.29 0 332.21 1 0.73
Hex FF 77 B6 0 35 1D 0 14C 64 49
Octal 377 167 266 0 65 35 0 514 144 111
Binary 11111111 1110111 10110110 0 110101 11101 0 101001100 1100100 1001001

Color Harmonies of #FF77B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF77B6

Black with #FF77B6

Text Example


Text Example

White with #FF77B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF77B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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