#FE52F9

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

Shades of Pink Flamingo #FE52F9

Tints of Pink Flamingo #FE52F9

Color information

#FE52F9 (or 0xFE52F9) is unknown color: approx Pink Flamingo. HEX triplet: FE, 52 and F9. RGB value is (254,82,249). Sum of RGB (Red+Green+Blue) = 254+82+249=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 82 (32.42% from 255 or 14.02% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE52F9 is #01AD06. Grayscale: #979797. Windows color (decimal): -109831 or 16339710. OLE color: 16339710.

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

Color convert

RGB25482249-
CMYK00.680.020.00
HSL301.74º98.85%65.88%-
HSV(B)301.74º67.72%99.61%-
XYZ60.9933.9492.96-
YUV152.47182.48200.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.42%
GREEN value IS 82 (32.42% from 255) = 14.02%
BLUE value IS 249 (97.66% from 255) = 42.56%
R=43.42%
G=14.02%
B=42.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548224900.680.020.00301.7498.8565.88
HexFE52F90442012e6342
Octal376122371010420456143102
Binary111111101010010111110010100010010010010111011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE52F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE52F9; }

 p { color: rgb(254,82,249); }

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

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

 a { background-color: rgb(254,82,249); }

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

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

 span { border-color: rgb(254,82,249); }

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