#FC69FA

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

Shades of Pink Flamingo #FC69FA

Tints of Pink Flamingo #FC69FA

Color information

#FC69FA (or 0xFC69FA) is unknown color: approx Pink Flamingo. HEX triplet: FC, 69 and FA. RGB value is (252,105,250). Sum of RGB (Red+Green+Blue) = 252+105+250=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 105 (41.41% from 255 or 17.30% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC69FA is #039605. Grayscale: #A5A5A5. Windows color (decimal): -235014 or 16411132. OLE color: 16411132.

HSL color Cylindrical-coordinate representation of color #FC69FA: hue angle of 300.82º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC69FA is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB252105250-
CMYK00.580.010.01
HSL300.82º96.08%70%-
HSV(B)300.82º58.33%98.82%-
XYZ62.4537.794.43-
YUV165.48175.7189.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 105 (41.41% from 255) = 17.30%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=41.52%
G=17.30%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210525000.580.010.01300.8296.0870
HexFC69FA03A1112d6046
Octal37415137207211455140106
Binary1111110011010011111101001110101110010110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC69FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC69FA; }

 p { color: rgb(252,105,250); }

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

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

 a { background-color: rgb(252,105,250); }

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

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

 span { border-color: rgb(252,105,250); }

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