Html Css Color HEX #FC59FA Pink Flamingo

📋 copy color: '#FC59FA'

red 252 ◦ green 89 ◦ blue 250

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

Shades of Pink Flamingo #FC59FA

Tints of Pink Flamingo #FC59FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.06%

 BLUE value IS 250 (98.05% from 255) = 42.3%

R = 42.64%
G = 15.06%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC59FA (or 0xFC59FA) is known color: Pink Flamingo. HEX triplet: FC, 59 and FA. RGB value is (252,89,250). Sum of RGB (Red+Green+Blue) = 252+89+250=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 89 (35.16% from 255 or 15.06% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC59FA is #03A605. Grayscale: #9B9B9B. Windows color (decimal): -239110 or 16407036. OLE color: 16407036.

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

Color convert

RGB 252 89 250 -
CMYK 0 0.65 0.01 0.01
HSL 300.74º 0.96% 0.67% -
HSV(B) 300.74º 0.65% 0.99% -
XYZ 60.97 34.74 93.93 -
YUV 156.09 181 196.41 -
System Red Green Blue C M Y K H S L
Decimal 252 89 250 0 0.65 0.01 0.01 300.74 0.96 0.67
Hex FC 59 FA 0 41 1 1 12D 60 43
Octal 374 131 372 0 101 1 1 455 140 103
Binary 11111100 1011001 11111010 0 1000001 1 1 100101101 1100000 1000011

Color Harmonies of #FC59FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC59FA

Black with #FC59FA

Text Example


Text Example

White with #FC59FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC59FA; }

 p { color: rgb(252,89,250); }

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

background-color css

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

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

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

border-color css

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

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

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