Html Css Color HEX #FE56BD Hot Pink

📋 copy color: '#FE56BD'

red 254 ◦ green 86 ◦ blue 189

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

Shades of Hot Pink #FE56BD

Tints of Hot Pink #FE56BD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.26%

 BLUE value IS 189 (74.22% from 255) = 35.73%

R = 48.02%
G = 16.26%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE56BD (or 0xFE56BD) is known color: Hot Pink. HEX triplet: FE, 56 and BD. RGB value is (254,86,189). Sum of RGB (Red+Green+Blue) = 254+86+189=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 86 (33.98% from 255 or 16.26% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE56BD is #01A942. Grayscale: #939393. Windows color (decimal): -108867 or 12408574. OLE color: 12408574.

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

Color convert

RGB 254 86 189 -
CMYK 0 0.66 0.26 0.00
HSL 323.21º 0.99% 0.67% -
HSV(B) 323.21º 0.66% 1% -
XYZ 53.39 31.4 51.39 -
YUV 147.97 151.16 203.62 -
System Red Green Blue C M Y K H S L
Decimal 254 86 189 0 0.66 0.26 0.00 323.21 0.99 0.67
Hex FE 56 BD 0 42 1A 0 143 63 43
Octal 376 126 275 0 102 32 0 503 143 103
Binary 11111110 1010110 10111101 0 1000010 11010 0 101000011 1100011 1000011

Color Harmonies of #FE56BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE56BD

Black with #FE56BD

Text Example


Text Example

White with #FE56BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE56BD; }

 p { color: rgb(254,86,189); }

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

background-color css

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

 a { background-color: rgb(254,86,189); }

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

border-color css

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

 span { border-color: rgb(254,86,189); }

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