#FD48FC

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

Shades of Pink Flamingo #FD48FC

Tints of Pink Flamingo #FD48FC

Color information

#FD48FC (or 0xFD48FC) is unknown color: approx Pink Flamingo. HEX triplet: FD, 48 and FC. RGB value is (253,72,252). Sum of RGB (Red+Green+Blue) = 253+72+252=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 72 (28.52% from 255 or 12.48% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FD48FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD48FC is #02B703. Grayscale: #929292. Windows color (decimal): -177924 or 16533757. OLE color: 16533757.

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

Color convert

RGB25372252-
CMYK00.720.000.01
HSL300.33º97.84%63.73%-
HSV(B)300.33º71.54%99.22%-
XYZ60.432.5595.19-
YUV146.64187.47203.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.85%
GREEN value IS 72 (28.52% from 255) = 12.48%
BLUE value IS 252 (98.83% from 255) = 43.67%
R=43.85%
G=12.48%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537225200.720.000.01300.3397.8463.73
HexFD48FC0480112c6240
Octal375110374011001454142100
Binary11111101100100011111100010010000110010110011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD48FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD48FC; }

 p { color: rgb(253,72,252); }

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

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

 a { background-color: rgb(253,72,252); }

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

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

 span { border-color: rgb(253,72,252); }

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