Html Css Color HEX #FC5AFC Pink Flamingo

📋 copy color: '#FC5AFC'

red 252 ◦ green 90 ◦ blue 252

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

Shades of Pink Flamingo #FC5AFC

Tints of Pink Flamingo #FC5AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.15%

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

R = 42.42%
G = 15.15%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC5AFC (or 0xFC5AFC) is known color: Pink Flamingo. HEX triplet: FC, 5A and FC. RGB value is (252,90,252). Sum of RGB (Red+Green+Blue) = 252+90+252=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 90 (35.55% from 255 or 15.15% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC5AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5AFC is #03A503. Grayscale: #9C9C9C. Windows color (decimal): -238852 or 16538364. OLE color: 16538364.

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

Color convert

RGB 252 90 252 -
CMYK 0 0.64 0 0.01
HSL 300º 0.96% 0.67% -
HSV(B) 300º 0.64% 0.99% -
XYZ 61.37 35.04 95.62 -
YUV 156.91 181.67 195.83 -
System Red Green Blue C M Y K H S L
Decimal 252 90 252 0 0.64 0 0.01 300 0.96 0.67
Hex FC 5A FC 0 40 0 1 12C 60 43
Octal 374 132 374 0 100 0 1 454 140 103
Binary 11111100 1011010 11111100 0 1000000 0 1 100101100 1100000 1000011

Color Harmonies of #FC5AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5AFC

Black with #FC5AFC

Text Example


Text Example

White with #FC5AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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