Html Css Color HEX #FC36FB Pink Flamingo

📋 copy color: '#FC36FB'

red 252 ◦ green 54 ◦ blue 251

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

Shades of Pink Flamingo #FC36FB

Tints of Pink Flamingo #FC36FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.06%

R = 45.24%
G = 9.69%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC36FB (or 0xFC36FB) is known color: Pink Flamingo. HEX triplet: FC, 36 and FB. RGB value is (252,54,251). Sum of RGB (Red+Green+Blue) = 252+54+251=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 54 (21.48% from 255 or 9.69% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC36FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC36FB is #03C904. Grayscale: #878787. Windows color (decimal): -248069 or 16463612. OLE color: 16463612.

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

Color convert

RGB 252 54 251 -
CMYK 0 0.79 0.00 0.01
HSL 300.3º 0.97% 0.6% -
HSV(B) 300.3º 0.79% 0.99% -
XYZ 58.88 30.3 94.01 -
YUV 135.66 193.1 210.98 -
System Red Green Blue C M Y K H S L
Decimal 252 54 251 0 0.79 0.00 0.01 300.3 0.97 0.6
Hex FC 36 FB 0 4F 0 1 12C 61 3C
Octal 374 66 373 0 117 0 1 454 141 74
Binary 11111100 110110 11111011 0 1001111 0 1 100101100 1100001 111100

Color Harmonies of #FC36FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC36FB

Black with #FC36FB

Text Example


Text Example

White with #FC36FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC36FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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