#FE6AF4

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

Shades of Pink Flamingo #FE6AF4

Tints of Pink Flamingo #FE6AF4

Color information

#FE6AF4 (or 0xFE6AF4) is unknown color: approx Pink Flamingo. HEX triplet: FE, 6A and F4. RGB value is (254,106,244). Sum of RGB (Red+Green+Blue) = 254+106+244=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 106 (41.80% from 255 or 17.55% from 604); Blue value is 244 (95.70% from 255 or 40.40% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6AF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6AF4 is #01950B. Grayscale: #A5A5A5. Windows color (decimal): -103692 or 16018174. OLE color: 16018174.

HSL color Cylindrical-coordinate representation of color #FE6AF4: hue angle of 304.05º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6AF4 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB254106244-
CMYK00.580.040.00
HSL304.05º98.67%70.59%-
HSV(B)304.05º58.27%99.61%-
XYZ62.3637.9189.62-
YUV165.98172.03190.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 106 (41.80% from 255) = 17.55%
BLUE value IS 244 (95.70% from 255) = 40.40%
R=42.05%
G=17.55%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410624400.580.040.00304.0598.6770.59
HexFE6AF403A401306347
Octal37615236407240460143107
Binary111111101101010111101000111010100010011000011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6AF4; }

 p { color: rgb(254,106,244); }

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

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

 a { background-color: rgb(254,106,244); }

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

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

 span { border-color: rgb(254,106,244); }

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