#FC69FC

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

Shades of Pink Flamingo #FC69FC

Tints of Pink Flamingo #FC69FC

Color information

#FC69FC (or 0xFC69FC) is unknown color: approx Pink Flamingo. HEX triplet: FC, 69 and FC. RGB value is (252,105,252). Sum of RGB (Red+Green+Blue) = 252+105+252=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 105 (41.41% from 255 or 17.24% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC69FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC69FC is #039603. Grayscale: #A5A5A5. Windows color (decimal): -235012 or 16542204. OLE color: 16542204.

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

Color convert

RGB252105252-
CMYK00.5800.01
HSL300º96.08%70%-
HSV(B)300º58.33%98.82%-
XYZ62.7737.8396.09-
YUV165.71176.7189.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 105 (41.41% from 255) = 17.24%
BLUE value IS 252 (98.83% from 255) = 41.38%
R=41.38%
G=17.24%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210525200.5800.0130096.0870
HexFC69FC03A0112c6046
Octal37415137407201454140106
Binary1111110011010011111110001110100110010110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC69FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC69FC; }

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

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

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

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

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

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

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

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