#f15eff

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

Shades of Pink Flamingo #F15EFF

Tints of Pink Flamingo #F15EFF

Color information

#F15EFF (or 0xF15EFF) is unknown color: approx Pink Flamingo. HEX triplet: F1, 5E and FF. RGB value is (241,94,255). Sum of RGB (Red+Green+Blue) = 241+94+255=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 94 (37.11% from 255 or 15.93% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #F15EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15EFF is #0EA100. Grayscale: #9B9B9B. Windows color (decimal): -958721 or 16735985. OLE color: 16735985.

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

Color convert

RGB24194255-
CMYK0.050.6300
HSL294.78º100%68.43%-
HSV(B)294.78º63.14%100%-
XYZ58.3333.9398.08-
YUV156.31183.7188.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.85%
GREEN value IS 94 (37.11% from 255) = 15.93%
BLUE value IS 255 (100% from 255) = 43.22%
R=40.85%
G=15.93%
B=43.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal241942550.050.6300294.7810068.43
HexF15EFF53F001276444
Octal36113637757700447144104
Binary111100011011110111111111011111110010010011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f15eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f15eff; }

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

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

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

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

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

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

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

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