#F655F1

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

Shades of Pink Flamingo #F655F1

Tints of Pink Flamingo #F655F1

Color information

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

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

Color convert

RGB24685241-
CMYK00.650.020.04
HSL301.86º89.94%64.9%-
HSV(B)301.86º65.45%96.47%-
XYZ57.1332.4486.47-
YUV150.92178.84195.82-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2468524100.650.020.04301.8689.9464.9
HexF655F10412412e5a41
Octal366125361010124456132101
Binary11110110101010111110001010000011010010010111010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F655F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F655F1; }

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

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

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

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

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

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

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

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