#F15EF8

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

Shades of Pink Flamingo #F15EF8

Tints of Pink Flamingo #F15EF8

Color information

#F15EF8 (or 0xF15EF8) is unknown color: approx Pink Flamingo. HEX triplet: F1, 5E and F8. RGB value is (241,94,248). Sum of RGB (Red+Green+Blue) = 241+94+248=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 94 (37.11% from 255 or 16.12% from 583); Blue value is 248 (97.27% from 255 or 42.54% from 583); Max value from RGB is 248 - color contains mainly: blue. Hex color #F15EF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15EF8 is #0EA107. Grayscale: #9B9B9B. Windows color (decimal): -958728 or 16277233. OLE color: 16277233.

HSL color Cylindrical-coordinate representation of color #F15EF8: hue angle of 297.27º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15EF8 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB24194248-
CMYK0.030.6200.03
HSL297.27º91.67%67.06%-
HSV(B)297.27º62.1%97.25%-
XYZ57.2233.4892.25-
YUV155.51180.2188.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.34%
GREEN value IS 94 (37.11% from 255) = 16.12%
BLUE value IS 248 (97.27% from 255) = 42.54%
R=41.34%
G=16.12%
B=42.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal241942480.030.6200.03297.2791.6767.06
HexF15EF833E031295c43
Octal36113637037603451134103
Binary111100011011110111110001111111001110010100110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15EF8; }

 p { color: rgb(241,94,248); }

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

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

 a { background-color: rgb(241,94,248); }

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

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

 span { border-color: rgb(241,94,248); }

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