Html Css Color HEX #FE77B2 Hot Pink

📋 copy color: '#FE77B2'

red 254 ◦ green 119 ◦ blue 178

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

Shades of Hot Pink #FE77B2

Tints of Hot Pink #FE77B2

RGB

 RED value IS 254 (99.61% from 255) = 46.1%

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

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

R = 46.1%
G = 21.6%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE77B2 (or 0xFE77B2) is known color: Hot Pink. HEX triplet: FE, 77 and B2. RGB value is (254,119,178). Sum of RGB (Red+Green+Blue) = 254+119+178=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE77B2 is #01884D. Grayscale: #A5A5A5. Windows color (decimal): -100430 or 11696126. OLE color: 11696126.

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

Color convert

RGB 254 119 178 -
CMYK 0 0.53 0.30 0.00
HSL 333.78º 0.99% 0.73% -
HSV(B) 333.78º 0.53% 1% -
XYZ 55.51 37.48 46.43 -
YUV 166.09 134.73 190.7 -
System Red Green Blue C M Y K H S L
Decimal 254 119 178 0 0.53 0.30 0.00 333.78 0.99 0.73
Hex FE 77 B2 0 35 1E 0 14E 63 49
Octal 376 167 262 0 65 36 0 516 143 111
Binary 11111110 1110111 10110010 0 110101 11110 0 101001110 1100011 1001001

Color Harmonies of #FE77B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE77B2

Black with #FE77B2

Text Example


Text Example

White with #FE77B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE77B2; }

 p { color: rgb(254,119,178); }

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

background-color css

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

 a { background-color: rgb(254,119,178); }

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

border-color css

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

 span { border-color: rgb(254,119,178); }

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