Html Css Color HEX #FC57FF Pink Flamingo

📋 copy color: '#FC57FF'

red 252 ◦ green 87 ◦ blue 255

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

Shades of Pink Flamingo #FC57FF

Tints of Pink Flamingo #FC57FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.93%

R = 42.42%
G = 14.65%
B = 42.93%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC57FF (or 0xFC57FF) is known color: Pink Flamingo. HEX triplet: FC, 57 and FF. RGB value is (252,87,255). Sum of RGB (Red+Green+Blue) = 252+87+255=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 87 (34.38% from 255 or 14.65% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC57FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC57FF is #03A800. Grayscale: #9A9A9A. Windows color (decimal): -239617 or 16734204. OLE color: 16734204.

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

Color convert

RGB 252 87 255 -
CMYK 0.01 0.66 0 0
HSL 298.93º 1% 0.67% -
HSV(B) 298.93º 0.66% 1% -
XYZ 61.6 34.73 98.06 -
YUV 155.49 184.16 196.84 -
System Red Green Blue C M Y K H S L
Decimal 252 87 255 0.01 0.66 0 0 298.93 1 0.67
Hex FC 57 FF 1 42 0 0 12B 64 43
Octal 374 127 377 1 102 0 0 453 144 103
Binary 11111100 1010111 11111111 1 1000010 0 0 100101011 1100100 1000011

Color Harmonies of #FC57FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC57FF

Black with #FC57FF

Text Example


Text Example

White with #FC57FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC57FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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