Html Css Color HEX #FC50EE Pink Flamingo

📋 copy color: '#FC50EE'

red 252 ◦ green 80 ◦ blue 238

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

Shades of Pink Flamingo #FC50EE

Tints of Pink Flamingo #FC50EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.75%

R = 44.21%
G = 14.04%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC50EE (or 0xFC50EE) is known color: Pink Flamingo. HEX triplet: FC, 50 and EE. RGB value is (252,80,238). Sum of RGB (Red+Green+Blue) = 252+80+238=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 80 (31.64% from 255 or 14.04% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC50EE is #03AF11. Grayscale: #949494. Windows color (decimal): -241426 or 15618300. OLE color: 15618300.

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

Color convert

RGB 252 80 238 -
CMYK 0 0.68 0.06 0.01
HSL 304.88º 0.97% 0.65% -
HSV(B) 304.88º 0.68% 0.99% -
XYZ 58.45 32.61 84.1 -
YUV 149.44 177.98 201.15 -
System Red Green Blue C M Y K H S L
Decimal 252 80 238 0 0.68 0.06 0.01 304.88 0.97 0.65
Hex FC 50 EE 0 44 6 1 131 61 41
Octal 374 120 356 0 104 6 1 461 141 101
Binary 11111100 1010000 11101110 0 1000100 110 1 100110001 1100001 1000001

Color Harmonies of #FC50EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50EE

Black with #FC50EE

Text Example


Text Example

White with #FC50EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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