Html Css Color HEX #FC49F7 Pink Flamingo

📋 copy color: '#FC49F7'

red 252 ◦ green 73 ◦ blue 247

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

Shades of Pink Flamingo #FC49F7

Tints of Pink Flamingo #FC49F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.18%

R = 44.06%
G = 12.76%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC49F7 (or 0xFC49F7) is known color: Pink Flamingo. HEX triplet: FC, 49 and F7. RGB value is (252,73,247). Sum of RGB (Red+Green+Blue) = 252+73+247=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 73 (28.91% from 255 or 12.76% from 572); Blue value is 247 (96.88% from 255 or 43.18% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC49F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC49F7 is #03B608. Grayscale: #919191. Windows color (decimal): -243209 or 16206332. OLE color: 16206332.

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

Color convert

RGB 252 73 247 -
CMYK 0 0.71 0.02 0.01
HSL 301.68º 0.97% 0.64% -
HSV(B) 301.68º 0.71% 0.99% -
XYZ 59.32 32.18 91.08 -
YUV 146.36 184.8 203.35 -
System Red Green Blue C M Y K H S L
Decimal 252 73 247 0 0.71 0.02 0.01 301.68 0.97 0.64
Hex FC 49 F7 0 47 2 1 12E 61 40
Octal 374 111 367 0 107 2 1 456 141 100
Binary 11111100 1001001 11110111 0 1000111 10 1 100101110 1100001 1000000

Color Harmonies of #FC49F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC49F7

Black with #FC49F7

Text Example


Text Example

White with #FC49F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC49F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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