Html Css Color HEX #FF57FC Pink Flamingo

📋 copy color: '#FF57FC'

red 255 ◦ green 87 ◦ blue 252

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

Shades of Pink Flamingo #FF57FC

Tints of Pink Flamingo #FF57FC

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF57FC (or 0xFF57FC) is known color: Pink Flamingo. HEX triplet: FF, 57 and FC. RGB value is (255,87,252). Sum of RGB (Red+Green+Blue) = 255+87+252=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 87 (34.38% from 255 or 14.65% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF57FC is #00A803. Grayscale: #9B9B9B. Windows color (decimal): -43012 or 16537599. OLE color: 16537599.

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

Color convert

RGB 255 87 252 -
CMYK 0 0.66 0.01 0
HSL 301.07º 1% 0.67% -
HSV(B) 301.07º 0.66% 1% -
XYZ 62.22 35.1 95.59 -
YUV 156.04 182.16 198.58 -
System Red Green Blue C M Y K H S L
Decimal 255 87 252 0 0.66 0.01 0 301.07 1 0.67
Hex FF 57 FC 0 42 1 0 12D 64 43
Octal 377 127 374 0 102 1 0 455 144 103
Binary 11111111 1010111 11111100 0 1000010 1 0 100101101 1100100 1000011

Color Harmonies of #FF57FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF57FC

Black with #FF57FC

Text Example


Text Example

White with #FF57FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF57FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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