Html Css Color HEX #FC50F6 Pink Flamingo

📋 copy color: '#FC50F6'

red 252 ◦ green 80 ◦ blue 246

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

Shades of Pink Flamingo #FC50F6

Tints of Pink Flamingo #FC50F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.56%

R = 43.6%
G = 13.84%
B = 42.56%

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

#FC50F6 (or 0xFC50F6) is known color: Pink Flamingo. HEX triplet: FC, 50 and F6. RGB value is (252,80,246). Sum of RGB (Red+Green+Blue) = 252+80+246=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 80 (31.64% from 255 or 13.84% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC50F6 is #03AF09. Grayscale: #959595. Windows color (decimal): -241418 or 16142588. OLE color: 16142588.

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

Color convert

RGB 252 80 246 -
CMYK 0 0.68 0.02 0.01
HSL 302.09º 0.97% 0.65% -
HSV(B) 302.09º 0.68% 0.99% -
XYZ 59.65 33.09 90.43 -
YUV 150.35 181.98 200.5 -
System Red Green Blue C M Y K H S L
Decimal 252 80 246 0 0.68 0.02 0.01 302.09 0.97 0.65
Hex FC 50 F6 0 44 2 1 12E 61 41
Octal 374 120 366 0 104 2 1 456 141 101
Binary 11111100 1010000 11110110 0 1000100 10 1 100101110 1100001 1000001

Color Harmonies of #FC50F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50F6

Black with #FC50F6

Text Example


Text Example

White with #FC50F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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