#F155F6

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

Shades of Pink Flamingo #F155F6

Tints of Pink Flamingo #F155F6

Color information

#F155F6 (or 0xF155F6) is unknown color: approx Pink Flamingo. HEX triplet: F1, 55 and F6. RGB value is (241,85,246). Sum of RGB (Red+Green+Blue) = 241+85+246=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 85 (33.59% from 255 or 14.86% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #F155F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F155F6 is #0EAA09. Grayscale: #959595. Windows color (decimal): -961034 or 16143857. OLE color: 16143857.

HSL color Cylindrical-coordinate representation of color #F155F6: hue angle of 298.14º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F155F6 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB24185246-
CMYK0.020.6500.04
HSL298.14º89.94%64.9%-
HSV(B)298.14º65.45%96.47%-
XYZ56.1631.8590.38-
YUV150182.18192.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.13%
GREEN value IS 85 (33.59% from 255) = 14.86%
BLUE value IS 246 (96.48% from 255) = 43.01%
R=42.13%
G=14.86%
B=43.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal241852460.020.6500.04298.1489.9464.9
HexF155F62410412a5a41
Octal361125366210104452132101
Binary11110001101010111110110101000001010010010101010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F155F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F155F6; }

 p { color: rgb(241,85,246); }

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

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

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

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

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

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

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