#FE50BC

Color #FE50BC Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #FE50BC

Tints of Hot Pink #FE50BC

Color information

#FE50BC (or 0xFE50BC) is unknown color: approx Hot Pink. HEX triplet: FE, 50 and BC. RGB value is (254,80,188). Sum of RGB (Red+Green+Blue) = 254+80+188=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE50BC is #01AF43. Grayscale: #909090. Windows color (decimal): -110404 or 12341502. OLE color: 12341502.

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

Color convert

RGB25480188-
CMYK00.690.260.00
HSL322.76º98.86%65.49%-
HSV(B)322.76º68.5%99.61%-
XYZ52.8230.4450.67-
YUV144.34152.65206.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.66%
GREEN value IS 80 (31.64% from 255) = 15.33%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=48.66%
G=15.33%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548018800.690.260.00322.7698.8665.49
HexFE50BC0451A01436341
Octal3761202740105320503143101
Binary111111101010000101111000100010111010010100001111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE50BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE50BC; }

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

 H1.HeaderClassName
 {
   color: #FE50BC;
 }
 .AnyTagClassName
 {
   color: #FE50BC;
 }
</style>
background-color css

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

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

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

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

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

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