Html Css Color HEX #FC59F5 Pink Flamingo

📋 copy color: '#FC59F5'

red 252 ◦ green 89 ◦ blue 245

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

Shades of Pink Flamingo #FC59F5

Tints of Pink Flamingo #FC59F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.81%

R = 43%
G = 15.19%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FC59F5 (or 0xFC59F5) is known color: Pink Flamingo. HEX triplet: FC, 59 and F5. RGB value is (252,89,245). Sum of RGB (Red+Green+Blue) = 252+89+245=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 89 (35.16% from 255 or 15.19% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC59F5 is #03A60A. Grayscale: #9B9B9B. Windows color (decimal): -239115 or 16079356. OLE color: 16079356.

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

Color convert

RGB 252 89 245 -
CMYK 0 0.65 0.03 0.01
HSL 302.58º 0.96% 0.67% -
HSV(B) 302.58º 0.65% 0.99% -
XYZ 60.2 34.43 89.86 -
YUV 155.52 178.5 196.82 -
System Red Green Blue C M Y K H S L
Decimal 252 89 245 0 0.65 0.03 0.01 302.58 0.96 0.67
Hex FC 59 F5 0 41 3 1 12F 60 43
Octal 374 131 365 0 101 3 1 457 140 103
Binary 11111100 1011001 11110101 0 1000001 11 1 100101111 1100000 1000011

Color Harmonies of #FC59F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC59F5

Black with #FC59F5

Text Example


Text Example

White with #FC59F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC59F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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