Html Css Color HEX #FC57F2 Pink Flamingo

📋 copy color: '#FC57F2'

red 252 ◦ green 87 ◦ blue 242

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

Shades of Pink Flamingo #FC57F2

Tints of Pink Flamingo #FC57F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.65%

R = 43.37%
G = 14.97%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC57F2 (or 0xFC57F2) is known color: Pink Flamingo. HEX triplet: FC, 57 and F2. RGB value is (252,87,242). Sum of RGB (Red+Green+Blue) = 252+87+242=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 87 (34.38% from 255 or 14.97% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC57F2 is #03A80D. Grayscale: #999999. Windows color (decimal): -239630 or 15882236. OLE color: 15882236.

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

Color convert

RGB 252 87 242 -
CMYK 0 0.65 0.04 0.01
HSL 303.64º 0.96% 0.66% -
HSV(B) 303.64º 0.65% 0.99% -
XYZ 59.58 33.92 87.41 -
YUV 154.01 177.66 197.9 -
System Red Green Blue C M Y K H S L
Decimal 252 87 242 0 0.65 0.04 0.01 303.64 0.96 0.66
Hex FC 57 F2 0 41 4 1 130 60 42
Octal 374 127 362 0 101 4 1 460 140 102
Binary 11111100 1010111 11110010 0 1000001 100 1 100110000 1100000 1000010

Color Harmonies of #FC57F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC57F2

Black with #FC57F2

Text Example


Text Example

White with #FC57F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC57F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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