#FD67AF

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

Shades of Hot Pink #FD67AF

Tints of Hot Pink #FD67AF

Color information

#FD67AF (or 0xFD67AF) is unknown color: approx Hot Pink. HEX triplet: FD, 67 and AF. RGB value is (253,103,175). Sum of RGB (Red+Green+Blue) = 253+103+175=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FD67AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD67AF is #029850. Grayscale: #9B9B9B. Windows color (decimal): -170065 or 11495421. OLE color: 11495421.

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

Color convert

RGB253103175-
CMYK00.590.310.01
HSL331.2º97.4%69.8%-
HSV(B)331.2º59.29%99.22%-
XYZ53.133.6844.26-
YUV156.06138.7197.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.65%
GREEN value IS 103 (40.62% from 255) = 19.40%
BLUE value IS 175 (68.75% from 255) = 32.96%
R=47.65%
G=19.40%
B=32.96%

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
Decimal25310317500.590.310.01331.297.469.8
HexFD67AF03B1F114b6146
Octal375147257073371513141106
Binary11111101110011110101111011101111111110100101111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD67AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD67AF; }

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

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

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

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

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

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

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

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