#FE6AA5

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

Shades of Hot Pink #FE6AA5

Tints of Hot Pink #FE6AA5

Color information

#FE6AA5 (or 0xFE6AA5) is unknown color: approx Hot Pink. HEX triplet: FE, 6A and A5. RGB value is (254,106,165). Sum of RGB (Red+Green+Blue) = 254+106+165=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6AA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6AA5 is #01955A. Grayscale: #9C9C9C. Windows color (decimal): -103771 or 10840830. OLE color: 10840830.

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

Color convert

RGB254106165-
CMYK00.580.350.00
HSL336.08º98.67%70.59%-
HSV(B)336.08º58.27%99.61%-
XYZ52.8234.139.39-
YUV156.98132.53197.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.38%
GREEN value IS 106 (41.80% from 255) = 20.19%
BLUE value IS 165 (64.84% from 255) = 31.43%
R=48.38%
G=20.19%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410616500.580.350.00336.0898.6770.59
HexFE6AA503A2301506347
Octal376152245072430520143107
Binary111111101101010101001010111010100011010101000011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6AA5; }

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

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

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

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

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

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

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

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