#F15CED

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

Shades of Pink Flamingo #F15CED

Tints of Pink Flamingo #F15CED

Color information

#F15CED (or 0xF15CED) is unknown color: approx Pink Flamingo. HEX triplet: F1, 5C and ED. RGB value is (241,92,237). Sum of RGB (Red+Green+Blue) = 241+92+237=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 92 (36.33% from 255 or 16.14% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15CED is #0EA312. Grayscale: #989898. Windows color (decimal): -959251 or 15555825. OLE color: 15555825.

HSL color Cylindrical-coordinate representation of color #F15CED: hue angle of 301.61º 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 #F15CED is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB24192237-
CMYK00.620.020.05
HSL301.61º84.18%65.29%-
HSV(B)301.61º61.83%94.51%-
XYZ55.3932.4783.47-
YUV153.08175.36190.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.28%
GREEN value IS 92 (36.33% from 255) = 16.14%
BLUE value IS 237 (92.97% from 255) = 41.58%
R=42.28%
G=16.14%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419223700.620.020.05301.6184.1865.29
HexF15CED03E2512e5441
Octal36113435507625456124101
Binary1111000110111001110110101111101010110010111010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15CED; }

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

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

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

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

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

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

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

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