#FF48EA

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

Shades of Pink Flamingo #FF48EA

Tints of Pink Flamingo #FF48EA

Color information

#FF48EA (or 0xFF48EA) is unknown color: approx Pink Flamingo. HEX triplet: FF, 48 and EA. RGB value is (255,72,234). Sum of RGB (Red+Green+Blue) = 255+72+234=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 72 (28.52% from 255 or 12.83% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF48EA is #00B715. Grayscale: #909090. Windows color (decimal): -46870 or 15354111. OLE color: 15354111.

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

Color convert

RGB25572234-
CMYK00.720.080
HSL306.89º100%64.12%-
HSV(B)306.89º71.76%100%-
XYZ58.4131.8480.91-
YUV145.18178.13206.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.45%
GREEN value IS 72 (28.52% from 255) = 12.83%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=45.45%
G=12.83%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557223400.720.080306.8910064.12
HexFF48EA048801336440
Octal3771103520110100463144100
Binary11111111100100011101010010010001000010011001111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF48EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF48EA; }

 p { color: rgb(255,72,234); }

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

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

 a { background-color: rgb(255,72,234); }

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

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

 span { border-color: rgb(255,72,234); }

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