#FC61FD

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

Shades of Pink Flamingo #FC61FD

Tints of Pink Flamingo #FC61FD

Color information

#FC61FD (or 0xFC61FD) is unknown color: approx Pink Flamingo. HEX triplet: FC, 61 and FD. RGB value is (252,97,253). Sum of RGB (Red+Green+Blue) = 252+97+253=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 97 (38.28% from 255 or 16.11% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC61FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC61FD is #039E02. Grayscale: #A0A0A0. Windows color (decimal): -237059 or 16605692. OLE color: 16605692.

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

Color convert

RGB25297253-
CMYK0.000.6200.01
HSL299.62º97.5%68.63%-
HSV(B)299.62º61.66%99.22%-
XYZ62.1536.3496.67-
YUV161.13179.85192.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 97 (38.28% from 255) = 16.11%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=41.86%
G=16.11%
B=42.03%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252972530.000.6200.01299.6297.568.63
HexFC61FD03E0112c6245
Octal37414137507601454142105
Binary1111110011000011111110101111100110010110011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC61FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC61FD; }

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

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

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

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

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

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

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

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