#FC48FD

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

Shades of Pink Flamingo #FC48FD

Tints of Pink Flamingo #FC48FD

Color information

#FC48FD (or 0xFC48FD) is unknown color: approx Pink Flamingo. HEX triplet: FC, 48 and FD. RGB value is (252,72,253). Sum of RGB (Red+Green+Blue) = 252+72+253=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 72 (28.52% from 255 or 12.48% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC48FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC48FD is #03B702. Grayscale: #919191. Windows color (decimal): -243459 or 16599292. OLE color: 16599292.

HSL color Cylindrical-coordinate representation of color #FC48FD: hue angle of 299.67º 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 #FC48FD is Cyan = 0.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB25272253-
CMYK0.000.7200.01
HSL299.67º97.84%63.73%-
HSV(B)299.67º71.54%99.22%-
XYZ60.1932.4296.01-
YUV146.45188.13203.28-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252722530.000.7200.01299.6797.8463.73
HexFC48FD0480112c6240
Octal374110375011001454142100
Binary11111100100100011111101010010000110010110011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC48FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC48FD; }

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

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

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

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

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

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

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

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