#FF6AF6

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

Shades of Pink Flamingo #FF6AF6

Tints of Pink Flamingo #FF6AF6

Color information

#FF6AF6 (or 0xFF6AF6) is unknown color: approx Pink Flamingo. HEX triplet: FF, 6A and F6. RGB value is (255,106,246). Sum of RGB (Red+Green+Blue) = 255+106+246=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 106 (41.80% from 255 or 17.46% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6AF6 is #009509. Grayscale: #A6A6A6. Windows color (decimal): -38154 or 16149247. OLE color: 16149247.

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

Color convert

RGB255106246-
CMYK00.580.040
HSL303.62º100%70.78%-
HSV(B)303.62º58.43%100%-
XYZ63.0338.2291.24-
YUV166.51172.86191.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 106 (41.80% from 255) = 17.46%
BLUE value IS 246 (96.48% from 255) = 40.53%
R=42.01%
G=17.46%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510624600.580.040303.6210070.78
HexFF6AF603A401306447
Octal37715236607240460144107
Binary111111111101010111101100111010100010011000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6AF6; }

 p { color: rgb(255,106,246); }

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

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

 a { background-color: rgb(255,106,246); }

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

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

 span { border-color: rgb(255,106,246); }

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