Shades of Hot Pink #FD74B5
Tints of Hot Pink #FD74B5
RGB
CMYK
RGB Variations
Color information
#FD74B5 (or 0xFD74B5) is known color: 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
RGB | 253 | 116 | 181 | - |
CMYK | 0 | 0.54 | 0.28 | 0.01 |
HSL | 331.53º | 0.97% | 0.72% | - |
HSV(B) | 331.53º | 0.54% | 0.99% | - |
XYZ | 55.09 | 36.71 | 47.9 | - |
YUV | 164.37 | 137.39 | 191.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 116 | 181 | 0 | 0.54 | 0.28 | 0.01 | 331.53 | 0.97 | 0.72 |
Hex | FD | 74 | B5 | 0 | 36 | 1C | 1 | 14C | 61 | 48 |
Octal | 375 | 164 | 265 | 0 | 66 | 34 | 1 | 514 | 141 | 110 |
Binary | 11111101 | 1110100 | 10110101 | 0 | 110110 | 11100 | 1 | 101001100 | 1100001 | 1001000 |
Color Harmonies of #FD74B5
Complementary color
Monochromatic Colors of #FD74B5
Black with #FD74B5
Text Example
Text Example
White with #FD74B5
Text Example
Text Example
HTML Codes & Css Web 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>