Shades of Hot Pink #F069B7
Tints of Hot Pink #F069B7
RGB
CMYK
RGB Variations
Color information
#F069B7 (or 0xF069B7) is known color: Hot Pink. HEX triplet: F0, 69 and B7. RGB value is (240,105,183). Sum of RGB (Red+Green+Blue) = 240+105+183=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F069B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069B7 is #0F9648. Grayscale: #9A9A9A. Windows color (decimal): -1021513 or 12020208. OLE color: 12020208.
HSL color Cylindrical-coordinate representation of color #F069B7: hue angle of 325.33º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F069B7 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 183 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.06 |
| HSL | 325.33º | 0.82% | 0.68% | - |
| HSV(B) | 325.33º | 0.56% | 0.94% | - |
| XYZ | 49.53 | 32.05 | 48.37 | - |
| YUV | 154.26 | 144.23 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 183 | 0 | 0.56 | 0.24 | 0.06 | 325.33 | 0.82 | 0.68 |
| Hex | F0 | 69 | B7 | 0 | 38 | 18 | 6 | 145 | 52 | 44 |
| Octal | 360 | 151 | 267 | 0 | 70 | 30 | 6 | 505 | 122 | 104 |
| Binary | 11110000 | 1101001 | 10110111 | 0 | 111000 | 11000 | 110 | 101000101 | 1010010 | 1000100 |
Color Harmonies of #F069B7
Complementary color
Monochromatic Colors of #F069B7
Black with #F069B7
Text Example
Text Example
White with #F069B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069B7; }
p { color: rgb(240,105,183); }
H1.HeaderClassName
{
color: #F069B7;
}
.AnyTagClassName
{
color: #F069B7;
}
</style>
background-color css
<style>
a { background-color: #F069B7; }
a { background-color: rgb(240,105,183); }
div.DivClassName
{
background-color: #F069B7;
}
.BgClassName
{
background-color: #F069B7;
}
</style>
border-color css
<style>
span { border-color: #F069B7; }
span { border-color: rgb(240,105,183); }
td.TdClassName
{
border-color: #F069B7;
}
.TagClassName
{
border-color: #F069B7;
}
</style>