Html Css Color HEX #FC36FF Pink Flamingo

📋 copy color: '#FC36FF'

red 252 ◦ green 54 ◦ blue 255

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

Shades of Pink Flamingo #FC36FF

Tints of Pink Flamingo #FC36FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.45%

R = 44.92%
G = 9.63%
B = 45.45%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC36FF (or 0xFC36FF) is known color: Pink Flamingo. HEX triplet: FC, 36 and FF. RGB value is (252,54,255). Sum of RGB (Red+Green+Blue) = 252+54+255=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 54 (21.48% from 255 or 9.63% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC36FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC36FF is #03C900. Grayscale: #878787. Windows color (decimal): -248065 or 16725756. OLE color: 16725756.

HSL color Cylindrical-coordinate representation of color #FC36FF: hue angle of 299.1º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC36FF is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 252 54 255 -
CMYK 0.01 0.79 0 0
HSL 299.1º 1% 0.61% -
HSV(B) 299.1º 0.79% 1% -
XYZ 59.51 30.55 97.37 -
YUV 136.12 195.1 210.66 -
System Red Green Blue C M Y K H S L
Decimal 252 54 255 0.01 0.79 0 0 299.1 1 0.61
Hex FC 36 FF 1 4F 0 0 12B 64 3D
Octal 374 66 377 1 117 0 0 453 144 75
Binary 11111100 110110 11111111 1 1001111 0 0 100101011 1100100 111101

Color Harmonies of #FC36FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC36FF

Black with #FC36FF

Text Example


Text Example

White with #FC36FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC36FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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