Html Css Color HEX #FC49ED Pink Flamingo

📋 copy color: '#FC49ED'

red 252 ◦ green 73 ◦ blue 237

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

Shades of Pink Flamingo #FC49ED

Tints of Pink Flamingo #FC49ED

RGB

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

 GREEN value IS 73 (28.91% from 255) = 12.99%

 BLUE value IS 237 (92.97% from 255) = 42.17%

R = 44.84%
G = 12.99%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC49ED (or 0xFC49ED) is known color: Pink Flamingo. HEX triplet: FC, 49 and ED. RGB value is (252,73,237). Sum of RGB (Red+Green+Blue) = 252+73+237=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 73 (28.91% from 255 or 12.99% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC49ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC49ED is #03B612. Grayscale: #909090. Windows color (decimal): -243219 or 15550972. OLE color: 15550972.

HSL color Cylindrical-coordinate representation of color #FC49ED: hue angle of 305.03º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC49ED is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 73 237 -
CMYK 0 0.71 0.06 0.01
HSL 305.03º 0.97% 0.64% -
HSV(B) 305.03º 0.71% 0.99% -
XYZ 57.81 31.57 83.17 -
YUV 145.22 179.8 204.16 -
System Red Green Blue C M Y K H S L
Decimal 252 73 237 0 0.71 0.06 0.01 305.03 0.97 0.64
Hex FC 49 ED 0 47 6 1 131 61 40
Octal 374 111 355 0 107 6 1 461 141 100
Binary 11111100 1001001 11101101 0 1000111 110 1 100110001 1100001 1000000

Color Harmonies of #FC49ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC49ED

Black with #FC49ED

Text Example


Text Example

White with #FC49ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC49ED; }

 p { color: rgb(252,73,237); }

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

background-color css

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

 a { background-color: rgb(252,73,237); }

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

border-color css

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

 span { border-color: rgb(252,73,237); }

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