Html Css Color HEX #FC36FC Pink Flamingo

📋 copy color: '#FC36FC'

red 252 ◦ green 54 ◦ blue 252

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

Shades of Pink Flamingo #FC36FC

Tints of Pink Flamingo #FC36FC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 9.68%

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

R = 45.16%
G = 9.68%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC36FC (or 0xFC36FC) is known color: Pink Flamingo. HEX triplet: FC, 36 and FC. RGB value is (252,54,252). Sum of RGB (Red+Green+Blue) = 252+54+252=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 54 (21.48% from 255 or 9.68% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC36FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC36FC is #03C903. Grayscale: #878787. Windows color (decimal): -248068 or 16529148. OLE color: 16529148.

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

Color convert

RGB 252 54 252 -
CMYK 0 0.79 0 0.01
HSL 300º 0.97% 0.6% -
HSV(B) 300º 0.79% 0.99% -
XYZ 59.03 30.36 94.84 -
YUV 135.77 193.6 210.9 -
System Red Green Blue C M Y K H S L
Decimal 252 54 252 0 0.79 0 0.01 300 0.97 0.6
Hex FC 36 FC 0 4F 0 1 12C 61 3C
Octal 374 66 374 0 117 0 1 454 141 74
Binary 11111100 110110 11111100 0 1001111 0 1 100101100 1100001 111100

Color Harmonies of #FC36FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC36FC

Black with #FC36FC

Text Example


Text Example

White with #FC36FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC36FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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