#FD3CF8

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

Shades of Pink Flamingo #FD3CF8

Tints of Pink Flamingo #FD3CF8

Color information

#FD3CF8 (or 0xFD3CF8) is unknown color: approx Pink Flamingo. HEX triplet: FD, 3C and F8. RGB value is (253,60,248). Sum of RGB (Red+Green+Blue) = 253+60+248=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 60 (23.83% from 255 or 10.70% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3CF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD3CF8 is #02C307. Grayscale: #8A8A8A. Windows color (decimal): -181000 or 16268541. OLE color: 16268541.

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

Color convert

RGB25360248-
CMYK00.760.020.01
HSL301.55º97.97%61.37%-
HSV(B)301.55º76.28%99.22%-
XYZ59.0730.8991.66-
YUV139.14189.44209.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.10%
GREEN value IS 60 (23.83% from 255) = 10.70%
BLUE value IS 248 (97.27% from 255) = 44.21%
R=45.10%
G=10.70%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536024800.760.020.01301.5597.9761.37
HexFD3CF804C2112e623d
Octal3757437001142145614275
Binary1111110111110011111000010011001011001011101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3CF8; }

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

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

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

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

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

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

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

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