Html Css Color HEX #FC57F5 Pink Flamingo

📋 copy color: '#FC57F5'

red 252 ◦ green 87 ◦ blue 245

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

Shades of Pink Flamingo #FC57F5

Tints of Pink Flamingo #FC57F5

RGB

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

 GREEN value IS 87 (34.38% from 255) = 14.9%

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

R = 43.15%
G = 14.9%
B = 41.95%

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

#FC57F5 (or 0xFC57F5) is known color: Pink Flamingo. HEX triplet: FC, 57 and F5. RGB value is (252,87,245). Sum of RGB (Red+Green+Blue) = 252+87+245=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 87 (34.38% from 255 or 14.90% from 584); Blue value is 245 (96.09% from 255 or 41.95% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC57F5 is #03A80A. Grayscale: #999999. Windows color (decimal): -239627 or 16078844. OLE color: 16078844.

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

Color convert

RGB 252 87 245 -
CMYK 0 0.65 0.03 0.01
HSL 302.55º 0.96% 0.66% -
HSV(B) 302.55º 0.65% 0.99% -
XYZ 60.03 34.1 89.8 -
YUV 154.35 179.16 197.65 -
System Red Green Blue C M Y K H S L
Decimal 252 87 245 0 0.65 0.03 0.01 302.55 0.96 0.66
Hex FC 57 F5 0 41 3 1 12F 60 42
Octal 374 127 365 0 101 3 1 457 140 102
Binary 11111100 1010111 11110101 0 1000001 11 1 100101111 1100000 1000010

Color Harmonies of #FC57F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC57F5

Black with #FC57F5

Text Example


Text Example

White with #FC57F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC57F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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