#FE5CF8

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

Shades of Pink Flamingo #FE5CF8

Tints of Pink Flamingo #FE5CF8

Color information

#FE5CF8 (or 0xFE5CF8) is unknown color: approx Pink Flamingo. HEX triplet: FE, 5C and F8. RGB value is (254,92,248). Sum of RGB (Red+Green+Blue) = 254+92+248=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 92 (36.33% from 255 or 15.49% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5CF8 is #01A307. Grayscale: #9D9D9D. Windows color (decimal): -107272 or 16276734. OLE color: 16276734.

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

Color convert

RGB25492248-
CMYK00.640.020.00
HSL302.22º98.78%67.84%-
HSV(B)302.22º63.78%99.61%-
XYZ61.6435.592.41-
YUV158.22178.67196.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.76%
GREEN value IS 92 (36.33% from 255) = 15.49%
BLUE value IS 248 (97.27% from 255) = 41.75%
R=42.76%
G=15.49%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549224800.640.020.00302.2298.7867.84
HexFE5CF80402012e6344
Octal376134370010020456143104
Binary111111101011100111110000100000010010010111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5CF8; }

 p { color: rgb(254,92,248); }

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

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

 a { background-color: rgb(254,92,248); }

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

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

 span { border-color: rgb(254,92,248); }

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