Html Css Color HEX #FC33FC Pink Flamingo

📋 copy color: '#FC33FC'

red 252 ◦ green 51 ◦ blue 252

#FC33FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #FC33FC

Tints of Pink Flamingo #FC33FC

RGB

 RED value IS 252 (98.83% from 255) = 45.41%

 GREEN value IS 51 (20.31% from 255) = 9.19%

 BLUE value IS 252 (98.83% from 255) = 45.41%

R = 45.41%
G = 9.19%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC33FC (or 0xFC33FC) is known color: Pink Flamingo. HEX triplet: FC, 33 and FC. RGB value is (252,51,252). Sum of RGB (Red+Green+Blue) = 252+51+252=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 51 (20.31% from 255 or 9.19% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC33FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC33FC is #03CC03. Grayscale: #858585. Windows color (decimal): -248836 or 16528380. OLE color: 16528380.

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

Color convert

RGB 252 51 252 -
CMYK 0 0.80 0 0.01
HSL 300º 0.97% 0.59% -
HSV(B) 300º 0.8% 0.99% -
XYZ 58.9 30.09 94.8 -
YUV 134.01 194.59 212.16 -
System Red Green Blue C M Y K H S L
Decimal 252 51 252 0 0.80 0 0.01 300 0.97 0.59
Hex FC 33 FC 0 50 0 1 12C 61 3B
Octal 374 63 374 0 120 0 1 454 141 73
Binary 11111100 110011 11111100 0 1010000 0 1 100101100 1100001 111011

Color Harmonies of #FC33FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC33FC

Black with #FC33FC

Text Example


Text Example

White with #FC33FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC33FC; }

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

 H1.HeaderClassName
 {
   color: #FC33FC;
 }
 .AnyTagClassName
 {
   color: #FC33FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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