Html Css Color HEX #FC50FE Pink Flamingo

📋 copy color: '#FC50FE'

red 252 ◦ green 80 ◦ blue 254

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

Shades of Pink Flamingo #FC50FE

Tints of Pink Flamingo #FC50FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.34%

R = 43%
G = 13.65%
B = 43.34%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC50FE (or 0xFC50FE) is known color: Pink Flamingo. HEX triplet: FC, 50 and FE. RGB value is (252,80,254). Sum of RGB (Red+Green+Blue) = 252+80+254=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 80 (31.64% from 255 or 13.65% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC50FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC50FE is #03AF01. Grayscale: #969696. Windows color (decimal): -241410 or 16666876. OLE color: 16666876.

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

Color convert

RGB 252 80 254 -
CMYK 0.01 0.69 0 0.00
HSL 299.31º 0.99% 0.65% -
HSV(B) 299.31º 0.69% 1% -
XYZ 60.9 33.59 97.04 -
YUV 151.26 185.98 199.85 -
System Red Green Blue C M Y K H S L
Decimal 252 80 254 0.01 0.69 0 0.00 299.31 0.99 0.65
Hex FC 50 FE 1 45 0 0 12B 63 41
Octal 374 120 376 1 105 0 0 453 143 101
Binary 11111100 1010000 11111110 1 1000101 0 0 100101011 1100011 1000001

Color Harmonies of #FC50FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50FE

Black with #FC50FE

Text Example


Text Example

White with #FC50FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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