#FE53FF

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

Shades of Pink Flamingo #FE53FF

Tints of Pink Flamingo #FE53FF

Color information

#FE53FF (or 0xFE53FF) is unknown color: approx Pink Flamingo. HEX triplet: FE, 53 and FF. RGB value is (254,83,255). Sum of RGB (Red+Green+Blue) = 254+83+255=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 83 (32.81% from 255 or 14.02% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE53FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE53FF is #01AC00. Grayscale: #999999. Windows color (decimal): -109569 or 16733182. OLE color: 16733182.

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

Color convert

RGB25483255-
CMYK0.000.6700
HSL299.65º100%66.27%-
HSV(B)299.65º67.45%100%-
XYZ62.0234.4897.99-
YUV153.74185.15199.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 83 (32.81% from 255) = 14.02%
BLUE value IS 255 (100% from 255) = 43.07%
R=42.91%
G=14.02%
B=43.07%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal254832550.000.6700299.6510066.27
HexFE53FF0430012c6442
Octal376123377010300454144102
Binary11111110101001111111111010000110010010110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE53FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE53FF; }

 p { color: rgb(254,83,255); }

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

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

 a { background-color: rgb(254,83,255); }

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

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

 span { border-color: rgb(254,83,255); }

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