#FC34FA

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

Shades of Pink Flamingo #FC34FA

Tints of Pink Flamingo #FC34FA

Color information

#FC34FA (or 0xFC34FA) is unknown color: approx Pink Flamingo. HEX triplet: FC, 34 and FA. RGB value is (252,52,250). Sum of RGB (Red+Green+Blue) = 252+52+250=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 52 (20.70% from 255 or 9.39% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FC34FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC34FA is #03CB05. Grayscale: #858585. Windows color (decimal): -248582 or 16397564. OLE color: 16397564.

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

Color convert

RGB25252250-
CMYK00.790.010.01
HSL300.6º97.09%59.61%-
HSV(B)300.6º79.37%98.82%-
XYZ58.6330.0593.15-
YUV134.37193.26211.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.49%
GREEN value IS 52 (20.70% from 255) = 9.39%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=45.49%
G=9.39%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525225000.790.010.01300.697.0959.61
HexFC34FA04F1112d613c
Octal3746437201171145514174
Binary111111001101001111101001001111111001011011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC34FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC34FA; }

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

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

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

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

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

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

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

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