Html Css Color HEX #FC50F7 Pink Flamingo

📋 copy color: '#FC50F7'

red 252 ◦ green 80 ◦ blue 247

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

Shades of Pink Flamingo #FC50F7

Tints of Pink Flamingo #FC50F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 42.66%

R = 43.52%
G = 13.82%
B = 42.66%

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

#FC50F7 (or 0xFC50F7) is known color: Pink Flamingo. HEX triplet: FC, 50 and F7. RGB value is (252,80,247). Sum of RGB (Red+Green+Blue) = 252+80+247=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 80 (31.64% from 255 or 13.82% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC50F7 is #03AF08. Grayscale: #959595. Windows color (decimal): -241417 or 16208124. OLE color: 16208124.

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

Color convert

RGB 252 80 247 -
CMYK 0 0.68 0.02 0.01
HSL 301.74º 0.97% 0.65% -
HSV(B) 301.74º 0.68% 0.99% -
XYZ 59.8 33.15 91.24 -
YUV 150.47 182.48 200.42 -
System Red Green Blue C M Y K H S L
Decimal 252 80 247 0 0.68 0.02 0.01 301.74 0.97 0.65
Hex FC 50 F7 0 44 2 1 12E 61 41
Octal 374 120 367 0 104 2 1 456 141 101
Binary 11111100 1010000 11110111 0 1000100 10 1 100101110 1100001 1000001

Color Harmonies of #FC50F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50F7

Black with #FC50F7

Text Example


Text Example

White with #FC50F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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