Html Css Color HEX #FC49EE Pink Flamingo

📋 copy color: '#FC49EE'

red 252 ◦ green 73 ◦ blue 238

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

Shades of Pink Flamingo #FC49EE

Tints of Pink Flamingo #FC49EE

RGB

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

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

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

R = 44.76%
G = 12.97%
B = 42.27%

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

#FC49EE (or 0xFC49EE) is known color: Pink Flamingo. HEX triplet: FC, 49 and EE. RGB value is (252,73,238). Sum of RGB (Red+Green+Blue) = 252+73+238=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 73 (28.91% from 255 or 12.97% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC49EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC49EE is #03B611. Grayscale: #909090. Windows color (decimal): -243218 or 15616508. OLE color: 15616508.

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

Color convert

RGB 252 73 238 -
CMYK 0 0.71 0.06 0.01
HSL 304.69º 0.97% 0.64% -
HSV(B) 304.69º 0.71% 0.99% -
XYZ 57.96 31.63 83.94 -
YUV 145.33 180.3 204.08 -
System Red Green Blue C M Y K H S L
Decimal 252 73 238 0 0.71 0.06 0.01 304.69 0.97 0.64
Hex FC 49 EE 0 47 6 1 131 61 40
Octal 374 111 356 0 107 6 1 461 141 100
Binary 11111100 1001001 11101110 0 1000111 110 1 100110001 1100001 1000000

Color Harmonies of #FC49EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC49EE

Black with #FC49EE

Text Example


Text Example

White with #FC49EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC49EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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