#FE48EB

Color #FE48EB Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FE48EB

Tints of Pink Flamingo #FE48EB

Color information

#FE48EB (or 0xFE48EB) is unknown color: approx Pink Flamingo. HEX triplet: FE, 48 and EB. RGB value is (254,72,235). Sum of RGB (Red+Green+Blue) = 254+72+235=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 72 (28.52% from 255 or 12.83% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE48EB is #01B714. Grayscale: #909090. Windows color (decimal): -112405 or 15419646. OLE color: 15419646.

HSL color Cylindrical-coordinate representation of color #FE48EB: hue angle of 306.26º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE48EB is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB25472235-
CMYK00.720.070.00
HSL306.26º98.91%63.92%-
HSV(B)306.26º71.65%99.61%-
XYZ58.1931.781.65-
YUV145178.8205.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.28%
GREEN value IS 72 (28.52% from 255) = 12.83%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=45.28%
G=12.83%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547223500.720.070.00306.2698.9163.92
HexFE48EB048701326340
Octal376110353011070462143100
Binary1111111010010001110101101001000111010011001011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE48EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE48EB; }

 p { color: rgb(254,72,235); }

 H1.HeaderClassName
 {
   color: #FE48EB;
 }
 .AnyTagClassName
 {
   color: #FE48EB;
 }
</style>
background-color css

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

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

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

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

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

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