#FF6AEB

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

Shades of Pink Flamingo #FF6AEB

Tints of Pink Flamingo #FF6AEB

Color information

#FF6AEB (or 0xFF6AEB) is unknown color: approx Pink Flamingo. HEX triplet: FF, 6A and EB. RGB value is (255,106,235). Sum of RGB (Red+Green+Blue) = 255+106+235=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 106 (41.80% from 255 or 17.79% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6AEB is #009514. Grayscale: #A4A4A4. Windows color (decimal): -38165 or 15428351. OLE color: 15428351.

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

Color convert

RGB255106235-
CMYK00.580.080
HSL308.05º100%70.78%-
HSV(B)308.05º58.43%100%-
XYZ61.3937.5782.61-
YUV165.26167.36192.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 106 (41.80% from 255) = 17.79%
BLUE value IS 235 (92.19% from 255) = 39.43%
R=42.79%
G=17.79%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510623500.580.080308.0510070.78
HexFF6AEB03A801346447
Octal377152353072100464144107
Binary1111111111010101110101101110101000010011010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6AEB; }

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

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

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

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

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

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

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

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