Html Css Color HEX #FE50BD Hot Pink

📋 copy color: '#FE50BD'

red 254 ◦ green 80 ◦ blue 189

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

Shades of Hot Pink #FE50BD

Tints of Hot Pink #FE50BD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.3%

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

R = 48.57%
G = 15.3%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE50BD (or 0xFE50BD) is known color: Hot Pink. HEX triplet: FE, 50 and BD. RGB value is (254,80,189). Sum of RGB (Red+Green+Blue) = 254+80+189=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 80 (31.64% from 255 or 15.30% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE50BD is #01AF42. Grayscale: #909090. Windows color (decimal): -110403 or 12407038. OLE color: 12407038.

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

Color convert

RGB 254 80 189 -
CMYK 0 0.69 0.26 0.00
HSL 322.41º 0.99% 0.65% -
HSV(B) 322.41º 0.69% 1% -
XYZ 52.93 30.48 51.24 -
YUV 144.45 153.15 206.14 -
System Red Green Blue C M Y K H S L
Decimal 254 80 189 0 0.69 0.26 0.00 322.41 0.99 0.65
Hex FE 50 BD 0 45 1A 0 142 63 41
Octal 376 120 275 0 105 32 0 502 143 101
Binary 11111110 1010000 10111101 0 1000101 11010 0 101000010 1100011 1000001

Color Harmonies of #FE50BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE50BD

Black with #FE50BD

Text Example


Text Example

White with #FE50BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE50BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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