Html Css Color HEX #FC57F1 Pink Flamingo

📋 copy color: '#FC57F1'

red 252 ◦ green 87 ◦ blue 241

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

Shades of Pink Flamingo #FC57F1

Tints of Pink Flamingo #FC57F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.55%

R = 43.45%
G = 15%
B = 41.55%

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

#FC57F1 (or 0xFC57F1) is known color: Pink Flamingo. HEX triplet: FC, 57 and F1. RGB value is (252,87,241). Sum of RGB (Red+Green+Blue) = 252+87+241=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 87 (34.38% from 255 or 15% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC57F1 is #03A80E. Grayscale: #999999. Windows color (decimal): -239631 or 15816700. OLE color: 15816700.

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

Color convert

RGB 252 87 241 -
CMYK 0 0.65 0.04 0.01
HSL 304º 0.96% 0.66% -
HSV(B) 304º 0.65% 0.99% -
XYZ 59.43 33.86 86.62 -
YUV 153.89 177.16 197.98 -
System Red Green Blue C M Y K H S L
Decimal 252 87 241 0 0.65 0.04 0.01 304 0.96 0.66
Hex FC 57 F1 0 41 4 1 130 60 42
Octal 374 127 361 0 101 4 1 460 140 102
Binary 11111100 1010111 11110001 0 1000001 100 1 100110000 1100000 1000010

Color Harmonies of #FC57F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC57F1

Black with #FC57F1

Text Example


Text Example

White with #FC57F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC57F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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