Html Css Color HEX #FC50FA Pink Flamingo

📋 copy color: '#FC50FA'

red 252 ◦ green 80 ◦ blue 250

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

Shades of Pink Flamingo #FC50FA

Tints of Pink Flamingo #FC50FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.96%

R = 43.3%
G = 13.75%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC50FA (or 0xFC50FA) is known color: Pink Flamingo. HEX triplet: FC, 50 and FA. RGB value is (252,80,250). Sum of RGB (Red+Green+Blue) = 252+80+250=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 80 (31.64% from 255 or 13.75% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC50FA is #03AF05. Grayscale: #969696. Windows color (decimal): -241414 or 16404732. OLE color: 16404732.

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

Color convert

RGB 252 80 250 -
CMYK 0 0.68 0.01 0.01
HSL 300.7º 0.97% 0.65% -
HSV(B) 300.7º 0.68% 0.99% -
XYZ 60.27 33.33 93.7 -
YUV 150.81 183.98 200.18 -
System Red Green Blue C M Y K H S L
Decimal 252 80 250 0 0.68 0.01 0.01 300.7 0.97 0.65
Hex FC 50 FA 0 44 1 1 12D 61 41
Octal 374 120 372 0 104 1 1 455 141 101
Binary 11111100 1010000 11111010 0 1000100 1 1 100101101 1100001 1000001

Color Harmonies of #FC50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50FA

Black with #FC50FA

Text Example


Text Example

White with #FC50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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