Html Css Color HEX #FE49FA Pink Flamingo

📋 copy color: '#FE49FA'

red 254 ◦ green 73 ◦ blue 250

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

Shades of Pink Flamingo #FE49FA

Tints of Pink Flamingo #FE49FA

RGB

 RED value IS 254 (99.61% from 255) = 44.02%

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

 BLUE value IS 250 (98.05% from 255) = 43.33%

R = 44.02%
G = 12.65%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE49FA (or 0xFE49FA) is known color: Pink Flamingo. HEX triplet: FE, 49 and FA. RGB value is (254,73,250). Sum of RGB (Red+Green+Blue) = 254+73+250=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 73 (28.91% from 255 or 12.65% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE49FA is #01B605. Grayscale: #929292. Windows color (decimal): -112134 or 16402942. OLE color: 16402942.

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

Color convert

RGB 254 73 250 -
CMYK 0 0.71 0.02 0.00
HSL 301.33º 0.99% 0.64% -
HSV(B) 301.33º 0.71% 1% -
XYZ 60.51 32.74 93.57 -
YUV 147.3 185.97 204.11 -
System Red Green Blue C M Y K H S L
Decimal 254 73 250 0 0.71 0.02 0.00 301.33 0.99 0.64
Hex FE 49 FA 0 47 2 0 12D 63 40
Octal 376 111 372 0 107 2 0 455 143 100
Binary 11111110 1001001 11111010 0 1000111 10 0 100101101 1100011 1000000

Color Harmonies of #FE49FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE49FA

Black with #FE49FA

Text Example


Text Example

White with #FE49FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE49FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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