Html Css Color HEX #FC50F1 Pink Flamingo

📋 copy color: '#FC50F1'

red 252 ◦ green 80 ◦ blue 241

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

Shades of Pink Flamingo #FC50F1

Tints of Pink Flamingo #FC50F1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 13.96%

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

R = 43.98%
G = 13.96%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC50F1 (or 0xFC50F1) is known color: Pink Flamingo. HEX triplet: FC, 50 and F1. RGB value is (252,80,241). Sum of RGB (Red+Green+Blue) = 252+80+241=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 80 (31.64% from 255 or 13.96% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC50F1 is #03AF0E. Grayscale: #959595. Windows color (decimal): -241423 or 15814908. OLE color: 15814908.

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

Color convert

RGB 252 80 241 -
CMYK 0 0.68 0.04 0.01
HSL 303.84º 0.97% 0.65% -
HSV(B) 303.84º 0.68% 0.99% -
XYZ 58.89 32.78 86.44 -
YUV 149.78 179.48 200.91 -
System Red Green Blue C M Y K H S L
Decimal 252 80 241 0 0.68 0.04 0.01 303.84 0.97 0.65
Hex FC 50 F1 0 44 4 1 130 61 41
Octal 374 120 361 0 104 4 1 460 141 101
Binary 11111100 1010000 11110001 0 1000100 100 1 100110000 1100001 1000001

Color Harmonies of #FC50F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50F1

Black with #FC50F1

Text Example


Text Example

White with #FC50F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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