#FD5CF8

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

Shades of Pink Flamingo #FD5CF8

Tints of Pink Flamingo #FD5CF8

Color information

#FD5CF8 (or 0xFD5CF8) is unknown color: approx Pink Flamingo. HEX triplet: FD, 5C and F8. RGB value is (253,92,248). Sum of RGB (Red+Green+Blue) = 253+92+248=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 92 (36.33% from 255 or 15.51% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5CF8 is #02A307. Grayscale: #9D9D9D. Windows color (decimal): -172808 or 16276733. OLE color: 16276733.

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

Color convert

RGB25392248-
CMYK00.640.020.01
HSL301.86º97.58%67.65%-
HSV(B)301.86º63.64%99.22%-
XYZ61.2835.3192.39-
YUV157.92178.84195.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.66%
GREEN value IS 92 (36.33% from 255) = 15.51%
BLUE value IS 248 (97.27% from 255) = 41.82%
R=42.66%
G=15.51%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539224800.640.020.01301.8697.5867.65
HexFD5CF80402112e6244
Octal375134370010021456142104
Binary111111011011100111110000100000010110010111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5CF8; }

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

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

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

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

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

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

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

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