#FE47F9

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

Shades of Pink Flamingo #FE47F9

Tints of Pink Flamingo #FE47F9

Color information

#FE47F9 (or 0xFE47F9) is unknown color: approx Pink Flamingo. HEX triplet: FE, 47 and F9. RGB value is (254,71,249). Sum of RGB (Red+Green+Blue) = 254+71+249=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 71 (28.12% from 255 or 12.37% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE47F9 is #01B806. Grayscale: #919191. Windows color (decimal): -112647 or 16336894. OLE color: 16336894.

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

Color convert

RGB25471249-
CMYK00.720.020.00
HSL301.64º98.92%63.73%-
HSV(B)301.64º72.05%99.61%-
XYZ60.2332.4292.71-
YUV146.01186.13205.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.25%
GREEN value IS 71 (28.12% from 255) = 12.37%
BLUE value IS 249 (97.66% from 255) = 43.38%
R=44.25%
G=12.37%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547124900.720.020.00301.6498.9263.73
HexFE47F90482012e6340
Octal376107371011020456143100
Binary111111101000111111110010100100010010010111011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE47F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE47F9; }

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

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

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

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

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

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

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

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