Shades of Hot Pink #F265AD
Tints of Hot Pink #F265AD
RGB
CMYK
RGB Variations
Color information
#F265AD (or 0xF265AD) is known color: Hot Pink. HEX triplet: F2, 65 and AD. RGB value is (242,101,173). Sum of RGB (Red+Green+Blue) = 242+101+173=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F265AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F265AD is #0D9A52. Grayscale: #979797. Windows color (decimal): -891475 or 11363826. OLE color: 11363826.
HSL color Cylindrical-coordinate representation of color #F265AD: hue angle of 329.36º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F265AD is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 173 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.05 |
| HSL | 329.36º | 0.84% | 0.67% | - |
| HSV(B) | 329.36º | 0.58% | 0.95% | - |
| XYZ | 48.81 | 31.2 | 42.98 | - |
| YUV | 151.37 | 140.21 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 173 | 0 | 0.58 | 0.29 | 0.05 | 329.36 | 0.84 | 0.67 |
| Hex | F2 | 65 | AD | 0 | 3A | 1D | 5 | 149 | 54 | 43 |
| Octal | 362 | 145 | 255 | 0 | 72 | 35 | 5 | 511 | 124 | 103 |
| Binary | 11110010 | 1100101 | 10101101 | 0 | 111010 | 11101 | 101 | 101001001 | 1010100 | 1000011 |
Color Harmonies of #F265AD
Complementary color
Monochromatic Colors of #F265AD
Black with #F265AD
Text Example
Text Example
White with #F265AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265AD; }
p { color: rgb(242,101,173); }
H1.HeaderClassName
{
color: #F265AD;
}
.AnyTagClassName
{
color: #F265AD;
}
</style>
background-color css
<style>
a { background-color: #F265AD; }
a { background-color: rgb(242,101,173); }
div.DivClassName
{
background-color: #F265AD;
}
.BgClassName
{
background-color: #F265AD;
}
</style>
border-color css
<style>
span { border-color: #F265AD; }
span { border-color: rgb(242,101,173); }
td.TdClassName
{
border-color: #F265AD;
}
.TagClassName
{
border-color: #F265AD;
}
</style>