#FE72AF

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

Shades of Hot Pink #FE72AF

Tints of Hot Pink #FE72AF

Color information

#FE72AF (or 0xFE72AF) is unknown color: approx Hot Pink. HEX triplet: FE, 72 and AF. RGB value is (254,114,175). Sum of RGB (Red+Green+Blue) = 254+114+175=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE72AF is #018D50. Grayscale: #A2A2A2. Windows color (decimal): -101713 or 11498238. OLE color: 11498238.

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

Color convert

RGB254114175-
CMYK00.550.310.00
HSL333.86º98.59%72.16%-
HSV(B)333.86º55.12%99.61%-
XYZ54.6336.244.67-
YUV162.81134.88193.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.78%
GREEN value IS 114 (44.92% from 255) = 20.99%
BLUE value IS 175 (68.75% from 255) = 32.23%
R=46.78%
G=20.99%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411417500.550.310.00333.8698.5972.16
HexFE72AF0371F014e6348
Octal376162257067370516143110
Binary11111110111001010101111011011111111010100111011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE72AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE72AF; }

 p { color: rgb(254,114,175); }

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

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

 a { background-color: rgb(254,114,175); }

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

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

 span { border-color: rgb(254,114,175); }

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