#F15CF1

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

Shades of Pink Flamingo #F15CF1

Tints of Pink Flamingo #F15CF1

Color information

#F15CF1 (or 0xF15CF1) is unknown color: approx Pink Flamingo. HEX triplet: F1, 5C and F1. RGB value is (241,92,241). Sum of RGB (Red+Green+Blue) = 241+92+241=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 92 (36.33% from 255 or 16.03% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F15CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15CF1 is #0EA30E. Grayscale: #999999. Windows color (decimal): -959247 or 15817969. OLE color: 15817969.

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

Color convert

RGB24192241-
CMYK00.6200.05
HSL300º84.18%65.29%-
HSV(B)300º61.83%94.51%-
XYZ55.9832.7186.58-
YUV153.54177.36190.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.99%
GREEN value IS 92 (36.33% from 255) = 16.03%
BLUE value IS 241 (94.53% from 255) = 41.99%
R=41.99%
G=16.03%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419224100.6200.0530084.1865.29
HexF15CF103E0512c5441
Octal36113436107605454124101
Binary111100011011100111100010111110010110010110010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15CF1; }

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

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

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

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

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

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

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

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