#FD6AF1

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

Shades of Pink Flamingo #FD6AF1

Tints of Pink Flamingo #FD6AF1

Color information

#FD6AF1 (or 0xFD6AF1) is unknown color: approx Pink Flamingo. HEX triplet: FD, 6A and F1. RGB value is (253,106,241). Sum of RGB (Red+Green+Blue) = 253+106+241=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 106 (41.80% from 255 or 17.67% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD6AF1 is #02950E. Grayscale: #A4A4A4. Windows color (decimal): -169231 or 15821565. OLE color: 15821565.

HSL color Cylindrical-coordinate representation of color #FD6AF1: hue angle of 304.9º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD6AF1 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB253106241-
CMYK00.580.050.01
HSL304.9º97.35%70.39%-
HSV(B)304.9º58.1%99.22%-
XYZ61.5437.5487.22-
YUV165.34170.7190.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.17%
GREEN value IS 106 (41.80% from 255) = 17.67%
BLUE value IS 241 (94.53% from 255) = 40.17%
R=42.17%
G=17.67%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310624100.580.050.01304.997.3570.39
HexFD6AF103A511316146
Octal37515236107251461141106
Binary111111011101010111100010111010101110011000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6AF1; }

 p { color: rgb(253,106,241); }

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

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

 a { background-color: rgb(253,106,241); }

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

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

 span { border-color: rgb(253,106,241); }

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