#FC33FD

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

Shades of Pink Flamingo #FC33FD

Tints of Pink Flamingo #FC33FD

Color information

#FC33FD (or 0xFC33FD) is unknown color: approx Pink Flamingo. HEX triplet: FC, 33 and FD. RGB value is (252,51,253). Sum of RGB (Red+Green+Blue) = 252+51+253=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 51 (20.31% from 255 or 9.17% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC33FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC33FD is #03CC02. Grayscale: #858585. Windows color (decimal): -248835 or 16593916. OLE color: 16593916.

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

Color convert

RGB25251253-
CMYK0.000.8000.01
HSL299.7º98.06%59.61%-
HSV(B)299.7º79.84%99.22%-
XYZ59.0630.1595.64-
YUV134.13195.09212.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.32%
GREEN value IS 51 (20.31% from 255) = 9.17%
BLUE value IS 253 (99.22% from 255) = 45.50%
R=45.32%
G=9.17%
B=45.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252512530.000.8000.01299.798.0659.61
HexFC33FD0500112c623c
Octal3746337501200145414274
Binary111111001100111111110101010000011001011001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC33FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC33FD; }

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

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

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

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

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

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

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

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