#FD68AF

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

Shades of Hot Pink #FD68AF

Tints of Hot Pink #FD68AF

Color information

#FD68AF (or 0xFD68AF) is unknown color: approx Hot Pink. HEX triplet: FD, 68 and AF. RGB value is (253,104,175). Sum of RGB (Red+Green+Blue) = 253+104+175=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD68AF is #029750. Grayscale: #9C9C9C. Windows color (decimal): -169809 or 11495677. OLE color: 11495677.

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

Color convert

RGB253104175-
CMYK00.590.310.01
HSL331.41º97.39%70%-
HSV(B)331.41º58.89%99.22%-
XYZ53.233.8844.29-
YUV156.64138.36196.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.56%
GREEN value IS 104 (41.02% from 255) = 19.55%
BLUE value IS 175 (68.75% from 255) = 32.89%
R=47.56%
G=19.55%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310417500.590.310.01331.4197.3970
HexFD68AF03B1F114b6146
Octal375150257073371513141106
Binary11111101110100010101111011101111111110100101111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD68AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD68AF; }

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

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

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

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

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

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

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

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