Html Css Color HEX #FE50BB Hot Pink

📋 copy color: '#FE50BB'

red 254 ◦ green 80 ◦ blue 187

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

Shades of Hot Pink #FE50BB

Tints of Hot Pink #FE50BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 48.75%
G = 15.36%
B = 35.89%

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

#FE50BB (or 0xFE50BB) is known color: Hot Pink. HEX triplet: FE, 50 and BB. RGB value is (254,80,187). Sum of RGB (Red+Green+Blue) = 254+80+187=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE50BB is #01AF44. Grayscale: #8F8F8F. Windows color (decimal): -110405 or 12275966. OLE color: 12275966.

HSL color Cylindrical-coordinate representation of color #FE50BB: hue angle of 323.1º 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 #FE50BB is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 80 187 -
CMYK 0 0.69 0.26 0.00
HSL 323.1º 0.99% 0.65% -
HSV(B) 323.1º 0.69% 1% -
XYZ 52.71 30.4 50.1 -
YUV 144.22 152.15 206.3 -
System Red Green Blue C M Y K H S L
Decimal 254 80 187 0 0.69 0.26 0.00 323.1 0.99 0.65
Hex FE 50 BB 0 45 1A 0 143 63 41
Octal 376 120 273 0 105 32 0 503 143 101
Binary 11111110 1010000 10111011 0 1000101 11010 0 101000011 1100011 1000001

Color Harmonies of #FE50BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE50BB

Black with #FE50BB

Text Example


Text Example

White with #FE50BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE50BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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