#F15CEF

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

Shades of Pink Flamingo #F15CEF

Tints of Pink Flamingo #F15CEF

Color information

#F15CEF (or 0xF15CEF) is unknown color: approx Pink Flamingo. HEX triplet: F1, 5C and EF. RGB value is (241,92,239). Sum of RGB (Red+Green+Blue) = 241+92+239=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 92 (36.33% from 255 or 16.08% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15CEF is #0EA310. Grayscale: #989898. Windows color (decimal): -959249 or 15686897. OLE color: 15686897.

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

Color convert

RGB24192239-
CMYK00.620.010.05
HSL300.81º84.18%65.29%-
HSV(B)300.81º61.83%94.51%-
XYZ55.6832.5985.02-
YUV153.31176.36190.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.13%
GREEN value IS 92 (36.33% from 255) = 16.08%
BLUE value IS 239 (93.75% from 255) = 41.78%
R=42.13%
G=16.08%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419223900.620.010.05300.8184.1865.29
HexF15CEF03E1512d5441
Octal36113435707615455124101
Binary111100011011100111011110111110110110010110110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15CEF; }

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

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

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

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

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

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

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

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