#F15EFB

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

Shades of Pink Flamingo #F15EFB

Tints of Pink Flamingo #F15EFB

Color information

#F15EFB (or 0xF15EFB) is unknown color: approx Pink Flamingo. HEX triplet: F1, 5E and FB. RGB value is (241,94,251). Sum of RGB (Red+Green+Blue) = 241+94+251=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 94 (37.11% from 255 or 16.04% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #F15EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15EFB is #0EA104. Grayscale: #9B9B9B. Windows color (decimal): -958725 or 16473841. OLE color: 16473841.

HSL color Cylindrical-coordinate representation of color #F15EFB: hue angle of 296.18º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F15EFB is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24194251-
CMYK0.040.6300.02
HSL296.18º95.15%67.65%-
HSV(B)296.18º62.55%98.43%-
XYZ57.6933.6794.73-
YUV155.85181.7188.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.13%
GREEN value IS 94 (37.11% from 255) = 16.04%
BLUE value IS 251 (98.44% from 255) = 42.83%
R=41.13%
G=16.04%
B=42.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241942510.040.6300.02296.1895.1567.65
HexF15EFB43F021285f44
Octal36113637347702450137104
Binary1111000110111101111101110011111101010010100010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15EFB; }

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

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

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

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

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

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

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

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