#FD63AF

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

Shades of Hot Pink #FD63AF

Tints of Hot Pink #FD63AF

Color information

#FD63AF (or 0xFD63AF) is unknown color: approx Hot Pink. HEX triplet: FD, 63 and AF. RGB value is (253,99,175). Sum of RGB (Red+Green+Blue) = 253+99+175=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD63AF is #029C50. Grayscale: #999999. Windows color (decimal): -171089 or 11494397. OLE color: 11494397.

HSL color Cylindrical-coordinate representation of color #FD63AF: hue angle of 330.39º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FD63AF is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB25399175-
CMYK00.610.310.01
HSL330.39º97.47%69.02%-
HSV(B)330.39º60.87%99.22%-
XYZ52.7132.944.13-
YUV153.71140.02198.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.01%
GREEN value IS 99 (39.06% from 255) = 18.79%
BLUE value IS 175 (68.75% from 255) = 33.21%
R=48.01%
G=18.79%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539917500.610.310.01330.3997.4769.02
HexFD63AF03D1F114a6145
Octal375143257075371512141105
Binary11111101110001110101111011110111111110100101011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD63AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD63AF; }

 p { color: rgb(253,99,175); }

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

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

 a { background-color: rgb(253,99,175); }

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

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

 span { border-color: rgb(253,99,175); }

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