#FD69A4

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

Shades of Hot Pink #FD69A4

Tints of Hot Pink #FD69A4

Color information

#FD69A4 (or 0xFD69A4) is unknown color: approx Hot Pink. HEX triplet: FD, 69 and A4. RGB value is (253,105,164). Sum of RGB (Red+Green+Blue) = 253+105+164=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FD69A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD69A4 is #02965B. Grayscale: #9B9B9B. Windows color (decimal): -169564 or 10775037. OLE color: 10775037.

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

Color convert

RGB253105164-
CMYK00.580.350.01
HSL336.08º97.37%70.2%-
HSV(B)336.08º58.5%99.22%-
XYZ52.2633.6738.87-
YUV155.98132.53197.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.47%
GREEN value IS 105 (41.41% from 255) = 20.11%
BLUE value IS 164 (64.45% from 255) = 31.42%
R=48.47%
G=20.11%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310516400.580.350.01336.0897.3770.2
HexFD69A403A2311506146
Octal375151244072431520141106
Binary111111011101001101001000111010100011110101000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD69A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD69A4; }

 p { color: rgb(253,105,164); }

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

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

 a { background-color: rgb(253,105,164); }

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

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

 span { border-color: rgb(253,105,164); }

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