Html Css Color HEX #FC5FFC Pink Flamingo

📋 copy color: '#FC5FFC'

red 252 ◦ green 95 ◦ blue 252

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

Shades of Pink Flamingo #FC5FFC

Tints of Pink Flamingo #FC5FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 15.86%

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

R = 42.07%
G = 15.86%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC5FFC (or 0xFC5FFC) is known color: Pink Flamingo. HEX triplet: FC, 5F and FC. RGB value is (252,95,252). Sum of RGB (Red+Green+Blue) = 252+95+252=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 95 (37.5% from 255 or 15.86% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC5FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5FFC is #03A003. Grayscale: #9F9F9F. Windows color (decimal): -237572 or 16539644. OLE color: 16539644.

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

Color convert

RGB 252 95 252 -
CMYK 0 0.62 0 0.01
HSL 300º 0.96% 0.68% -
HSV(B) 300º 0.62% 0.99% -
XYZ 61.81 35.91 95.77 -
YUV 159.84 180.01 193.73 -
System Red Green Blue C M Y K H S L
Decimal 252 95 252 0 0.62 0 0.01 300 0.96 0.68
Hex FC 5F FC 0 3E 0 1 12C 60 44
Octal 374 137 374 0 76 0 1 454 140 104
Binary 11111100 1011111 11111100 0 111110 0 1 100101100 1100000 1000100

Color Harmonies of #FC5FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5FFC

Black with #FC5FFC

Text Example


Text Example

White with #FC5FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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