Html Css Color HEX #FC50F3 Pink Flamingo

📋 copy color: '#FC50F3'

red 252 ◦ green 80 ◦ blue 243

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

Shades of Pink Flamingo #FC50F3

Tints of Pink Flamingo #FC50F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.26%

R = 43.83%
G = 13.91%
B = 42.26%

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

#FC50F3 (or 0xFC50F3) is known color: Pink Flamingo. HEX triplet: FC, 50 and F3. RGB value is (252,80,243). Sum of RGB (Red+Green+Blue) = 252+80+243=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 80 (31.64% from 255 or 13.91% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC50F3 is #03AF0C. Grayscale: #959595. Windows color (decimal): -241421 or 15945980. OLE color: 15945980.

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

Color convert

RGB 252 80 243 -
CMYK 0 0.68 0.04 0.01
HSL 303.14º 0.97% 0.65% -
HSV(B) 303.14º 0.68% 0.99% -
XYZ 59.19 32.9 88.03 -
YUV 150.01 180.48 200.75 -
System Red Green Blue C M Y K H S L
Decimal 252 80 243 0 0.68 0.04 0.01 303.14 0.97 0.65
Hex FC 50 F3 0 44 4 1 12F 61 41
Octal 374 120 363 0 104 4 1 457 141 101
Binary 11111100 1010000 11110011 0 1000100 100 1 100101111 1100001 1000001

Color Harmonies of #FC50F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50F3

Black with #FC50F3

Text Example


Text Example

White with #FC50F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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