Html Css Color HEX #FE49FE Pink Flamingo

📋 copy color: '#FE49FE'

red 254 ◦ green 73 ◦ blue 254

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

Shades of Pink Flamingo #FE49FE

Tints of Pink Flamingo #FE49FE

RGB

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

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

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

R = 43.72%
G = 12.56%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE49FE (or 0xFE49FE) is known color: Pink Flamingo. HEX triplet: FE, 49 and FE. RGB value is (254,73,254). Sum of RGB (Red+Green+Blue) = 254+73+254=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 73 (28.91% from 255 or 12.56% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE49FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE49FE is #01B601. Grayscale: #939393. Windows color (decimal): -112130 or 16665086. OLE color: 16665086.

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

Color convert

RGB 254 73 254 -
CMYK 0 0.71 0 0.00
HSL 300º 0.99% 0.64% -
HSV(B) 300º 0.71% 1% -
XYZ 61.14 32.99 96.91 -
YUV 147.75 187.97 203.78 -
System Red Green Blue C M Y K H S L
Decimal 254 73 254 0 0.71 0 0.00 300 0.99 0.64
Hex FE 49 FE 0 47 0 0 12C 63 40
Octal 376 111 376 0 107 0 0 454 143 100
Binary 11111110 1001001 11111110 0 1000111 0 0 100101100 1100011 1000000

Color Harmonies of #FE49FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE49FE

Black with #FE49FE

Text Example


Text Example

White with #FE49FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE49FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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