Html Css Color HEX #FC49FE Pink Flamingo

📋 copy color: '#FC49FE'

red 252 ◦ green 73 ◦ blue 254

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

Shades of Pink Flamingo #FC49FE

Tints of Pink Flamingo #FC49FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.87%

R = 43.52%
G = 12.61%
B = 43.87%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC49FE (or 0xFC49FE) is known color: Pink Flamingo. HEX triplet: FC, 49 and FE. RGB value is (252,73,254). Sum of RGB (Red+Green+Blue) = 252+73+254=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 73 (28.91% from 255 or 12.61% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC49FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC49FE is #03B601. Grayscale: #929292. Windows color (decimal): -243202 or 16665084. OLE color: 16665084.

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

Color convert

RGB 252 73 254 -
CMYK 0.01 0.71 0 0.00
HSL 299.34º 0.99% 0.64% -
HSV(B) 299.34º 0.71% 1% -
XYZ 60.42 32.62 96.88 -
YUV 147.16 188.3 202.78 -
System Red Green Blue C M Y K H S L
Decimal 252 73 254 0.01 0.71 0 0.00 299.34 0.99 0.64
Hex FC 49 FE 1 47 0 0 12B 63 40
Octal 374 111 376 1 107 0 0 453 143 100
Binary 11111100 1001001 11111110 1 1000111 0 0 100101011 1100011 1000000

Color Harmonies of #FC49FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC49FE

Black with #FC49FE

Text Example


Text Example

White with #FC49FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC49FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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