#FD33FC

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

Shades of Pink Flamingo #FD33FC

Tints of Pink Flamingo #FD33FC

Color information

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

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

Color convert

RGB25351252-
CMYK00.800.000.01
HSL300.3º98.06%59.61%-
HSV(B)300.3º79.84%99.22%-
XYZ59.2630.2894.82-
YUV134.31194.42212.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535125200.800.000.01300.398.0659.61
HexFD33FC0500112c623c
Octal3756337401200145414274
Binary111111011100111111110001010000011001011001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD33FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD33FC; }

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

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

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

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

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

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

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

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