#F15FEF

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

Shades of Pink Flamingo #F15FEF

Tints of Pink Flamingo #F15FEF

Color information

#F15FEF (or 0xF15FEF) is unknown color: approx Pink Flamingo. HEX triplet: F1, 5F and EF. RGB value is (241,95,239). Sum of RGB (Red+Green+Blue) = 241+95+239=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 95 (37.5% from 255 or 16.52% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F15FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15FEF is #0EA010. Grayscale: #9A9A9A. Windows color (decimal): -958481 or 15687665. OLE color: 15687665.

HSL color Cylindrical-coordinate representation of color #F15FEF: hue angle of 300.82º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15FEF is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB24195239-
CMYK00.610.010.05
HSL300.82º83.91%65.88%-
HSV(B)300.82º60.58%94.51%-
XYZ55.9533.1285.1-
YUV155.07175.37189.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 95 (37.5% from 255) = 16.52%
BLUE value IS 239 (93.75% from 255) = 41.57%
R=41.91%
G=16.52%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419523900.610.010.05300.8283.9165.88
HexF15FEF03D1512d5442
Octal36113735707515455124102
Binary111100011011111111011110111101110110010110110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15FEF; }

 p { color: rgb(241,95,239); }

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

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

 a { background-color: rgb(241,95,239); }

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

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

 span { border-color: rgb(241,95,239); }

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