#F15AFF

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

Shades of Pink Flamingo #F15AFF

Tints of Pink Flamingo #F15AFF

Color information

#F15AFF (or 0xF15AFF) is unknown color: approx Pink Flamingo. HEX triplet: F1, 5A and FF. RGB value is (241,90,255). Sum of RGB (Red+Green+Blue) = 241+90+255=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 90 (35.55% from 255 or 15.36% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #F15AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15AFF is #0EA500. Grayscale: #999999. Windows color (decimal): -959745 or 16734961. OLE color: 16734961.

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

Color convert

RGB24190255-
CMYK0.050.6500
HSL294.91º100%67.65%-
HSV(B)294.91º64.71%100%-
XYZ57.9833.2397.97-
YUV153.96185.03190.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.13%
GREEN value IS 90 (35.55% from 255) = 15.36%
BLUE value IS 255 (100% from 255) = 43.52%
R=41.13%
G=15.36%
B=43.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal241902550.050.6500294.9110067.65
HexF15AFF541001276444
Octal361132377510100447144104
Binary1111000110110101111111110110000010010010011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15AFF; }

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

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

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

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

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

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

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

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