#FF6AF8

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

Shades of Pink Flamingo #FF6AF8

Tints of Pink Flamingo #FF6AF8

Color information

#FF6AF8 (or 0xFF6AF8) is unknown color: approx Pink Flamingo. HEX triplet: FF, 6A and F8. RGB value is (255,106,248). Sum of RGB (Red+Green+Blue) = 255+106+248=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 106 (41.80% from 255 or 17.41% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6AF8 is #009507. Grayscale: #A6A6A6. Windows color (decimal): -38152 or 16280319. OLE color: 16280319.

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

Color convert

RGB255106248-
CMYK00.580.030
HSL302.82º100%70.78%-
HSV(B)302.82º58.43%100%-
XYZ63.3438.3592.87-
YUV166.74173.86190.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 106 (41.80% from 255) = 17.41%
BLUE value IS 248 (97.27% from 255) = 40.72%
R=41.87%
G=17.41%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510624800.580.030302.8210070.78
HexFF6AF803A3012f6447
Octal37715237007230457144107
Binary11111111110101011111000011101011010010111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6AF8; }

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

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

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

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

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

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

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

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