Html Css Color HEX #FC50F8 Pink Flamingo

📋 copy color: '#FC50F8'

red 252 ◦ green 80 ◦ blue 248

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

Shades of Pink Flamingo #FC50F8

Tints of Pink Flamingo #FC50F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.76%

R = 43.45%
G = 13.79%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC50F8 (or 0xFC50F8) is known color: Pink Flamingo. HEX triplet: FC, 50 and F8. RGB value is (252,80,248). Sum of RGB (Red+Green+Blue) = 252+80+248=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 80 (31.64% from 255 or 13.79% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC50F8 is #03AF07. Grayscale: #969696. Windows color (decimal): -241416 or 16273660. OLE color: 16273660.

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

Color convert

RGB 252 80 248 -
CMYK 0 0.68 0.02 0.01
HSL 301.4º 0.97% 0.65% -
HSV(B) 301.4º 0.68% 0.99% -
XYZ 59.96 33.21 92.06 -
YUV 150.58 182.98 200.34 -
System Red Green Blue C M Y K H S L
Decimal 252 80 248 0 0.68 0.02 0.01 301.4 0.97 0.65
Hex FC 50 F8 0 44 2 1 12D 61 41
Octal 374 120 370 0 104 2 1 455 141 101
Binary 11111100 1010000 11111000 0 1000100 10 1 100101101 1100001 1000001

Color Harmonies of #FC50F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50F8

Black with #FC50F8

Text Example


Text Example

White with #FC50F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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