Html Css Color HEX #FD49F7 Pink Flamingo

📋 copy color: '#FD49F7'

red 253 ◦ green 73 ◦ blue 247

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

Shades of Pink Flamingo #FD49F7

Tints of Pink Flamingo #FD49F7

RGB

 RED value IS 253 (99.22% from 255) = 44.15%

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

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

R = 44.15%
G = 12.74%
B = 43.11%

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

#FD49F7 (or 0xFD49F7) is known color: Pink Flamingo. HEX triplet: FD, 49 and F7. RGB value is (253,73,247). Sum of RGB (Red+Green+Blue) = 253+73+247=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 73 (28.91% from 255 or 12.74% from 573); Blue value is 247 (96.88% from 255 or 43.11% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FD49F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD49F7 is #02B608. Grayscale: #929292. Windows color (decimal): -177673 or 16206333. OLE color: 16206333.

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

Color convert

RGB 253 73 247 -
CMYK 0 0.71 0.02 0.01
HSL 302º 0.98% 0.64% -
HSV(B) 302º 0.71% 0.99% -
XYZ 59.68 32.36 91.1 -
YUV 146.66 184.63 203.85 -
System Red Green Blue C M Y K H S L
Decimal 253 73 247 0 0.71 0.02 0.01 302 0.98 0.64
Hex FD 49 F7 0 47 2 1 12E 62 40
Octal 375 111 367 0 107 2 1 456 142 100
Binary 11111101 1001001 11110111 0 1000111 10 1 100101110 1100010 1000000

Color Harmonies of #FD49F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD49F7

Black with #FD49F7

Text Example


Text Example

White with #FD49F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD49F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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