#FC36FF

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

Shades of Pink Flamingo #FC36FF

Tints of Pink Flamingo #FC36FF

Color information

#FC36FF (or 0xFC36FF) is unknown color: approx Pink Flamingo. HEX triplet: FC, 36 and FF. RGB value is (252,54,255). Sum of RGB (Red+Green+Blue) = 252+54+255=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 54 (21.48% from 255 or 9.63% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC36FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC36FF is #03C900. Grayscale: #878787. Windows color (decimal): -248065 or 16725756. OLE color: 16725756.

HSL color Cylindrical-coordinate representation of color #FC36FF: hue angle of 299.1º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC36FF is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB25254255-
CMYK0.010.7900
HSL299.1º100%60.59%-
HSV(B)299.1º78.82%100%-
XYZ59.5130.5597.37-
YUV136.12195.1210.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.92%
GREEN value IS 54 (21.48% from 255) = 9.63%
BLUE value IS 255 (100% from 255) = 45.45%
R=44.92%
G=9.63%
B=45.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal252542550.010.7900299.110060.59
HexFC36FF14F0012b643d
Octal3746637711170045314475
Binary111111001101101111111111001111001001010111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC36FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC36FF; }

 p { color: rgb(252,54,255); }

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

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

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

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

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

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

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