#FD6AF2

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

Shades of Pink Flamingo #FD6AF2

Tints of Pink Flamingo #FD6AF2

Color information

#FD6AF2 (or 0xFD6AF2) is unknown color: approx Pink Flamingo. HEX triplet: FD, 6A and F2. RGB value is (253,106,242). Sum of RGB (Red+Green+Blue) = 253+106+242=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 106 (41.80% from 255 or 17.64% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD6AF2 is #02950D. Grayscale: #A5A5A5. Windows color (decimal): -169230 or 15887101. OLE color: 15887101.

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

Color convert

RGB253106242-
CMYK00.580.040.01
HSL304.49º97.35%70.39%-
HSV(B)304.49º58.1%99.22%-
XYZ61.6937.688.01-
YUV165.46171.2190.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.10%
GREEN value IS 106 (41.80% from 255) = 17.64%
BLUE value IS 242 (94.92% from 255) = 40.27%
R=42.10%
G=17.64%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310624200.580.040.01304.4997.3570.39
HexFD6AF203A411306146
Octal37515236207241460141106
Binary111111011101010111100100111010100110011000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6AF2; }

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

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

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

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

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

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

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

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