Html Css Color HEX #FD49FE Pink Flamingo

📋 copy color: '#FD49FE'

red 253 ◦ green 73 ◦ blue 254

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

Shades of Pink Flamingo #FD49FE

Tints of Pink Flamingo #FD49FE

RGB

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

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

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

R = 43.62%
G = 12.59%
B = 43.79%

CMYK

 C value IS 0.00

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FD49FE (or 0xFD49FE) is known color: Pink Flamingo. HEX triplet: FD, 49 and FE. RGB value is (253,73,254). Sum of RGB (Red+Green+Blue) = 253+73+254=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 73 (28.91% from 255 or 12.59% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD49FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD49FE is #02B601. Grayscale: #929292. Windows color (decimal): -177666 or 16665085. OLE color: 16665085.

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

Color convert

RGB 253 73 254 -
CMYK 0.00 0.71 0 0.00
HSL 299.67º 0.99% 0.64% -
HSV(B) 299.67º 0.71% 1% -
XYZ 60.78 32.8 96.89 -
YUV 147.45 188.13 203.28 -
System Red Green Blue C M Y K H S L
Decimal 253 73 254 0.00 0.71 0 0.00 299.67 0.99 0.64
Hex FD 49 FE 0 47 0 0 12C 63 40
Octal 375 111 376 0 107 0 0 454 143 100
Binary 11111101 1001001 11111110 0 1000111 0 0 100101100 1100011 1000000

Color Harmonies of #FD49FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD49FE

Black with #FD49FE

Text Example


Text Example

White with #FD49FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD49FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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