#FF6AE8

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

Shades of Pink Flamingo #FF6AE8

Tints of Pink Flamingo #FF6AE8

Color information

#FF6AE8 (or 0xFF6AE8) is unknown color: approx Pink Flamingo. HEX triplet: FF, 6A and E8. RGB value is (255,106,232). Sum of RGB (Red+Green+Blue) = 255+106+232=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 106 (41.80% from 255 or 17.88% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6AE8 is #009517. Grayscale: #A4A4A4. Windows color (decimal): -38168 or 15231743. OLE color: 15231743.

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

Color convert

RGB255106232-
CMYK00.580.090
HSL309.26º100%70.78%-
HSV(B)309.26º58.43%100%-
XYZ60.9637.3980.35-
YUV164.92165.86192.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.00%
GREEN value IS 106 (41.80% from 255) = 17.88%
BLUE value IS 232 (91.02% from 255) = 39.12%
R=43.00%
G=17.88%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510623200.580.090309.2610070.78
HexFF6AE803A901356447
Octal377152350072110465144107
Binary1111111111010101110100001110101001010011010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6AE8; }

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

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

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

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

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

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

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

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