#FD74B5

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

Shades of Hot Pink #FD74B5

Tints of Hot Pink #FD74B5

Color information

#FD74B5 (or 0xFD74B5) is unknown color: approx Hot Pink. HEX triplet: FD, 74 and B5. RGB value is (253,116,181). Sum of RGB (Red+Green+Blue) = 253+116+181=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD74B5 is #028B4A. Grayscale: #A4A4A4. Windows color (decimal): -166731 or 11891965. OLE color: 11891965.

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

Color convert

RGB253116181-
CMYK00.540.280.01
HSL331.53º97.16%72.35%-
HSV(B)331.53º54.15%99.22%-
XYZ55.0936.7147.9-
YUV164.37137.39191.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46%
GREEN value IS 116 (45.70% from 255) = 21.09%
BLUE value IS 181 (71.09% from 255) = 32.91%
R=46%
G=21.09%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311618100.540.280.01331.5397.1672.35
HexFD74B50361C114c6148
Octal375164265066341514141110
Binary11111101111010010110101011011011100110100110011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD74B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD74B5; }

 p { color: rgb(253,116,181); }

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

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

 a { background-color: rgb(253,116,181); }

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

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

 span { border-color: rgb(253,116,181); }

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