Shades of Hot Pink #F068AF
Tints of Hot Pink #F068AF
RGB
CMYK
RGB Variations
Color information
#F068AF (or 0xF068AF) is known color: Hot Pink. HEX triplet: F0, 68 and AF. RGB value is (240,104,175). Sum of RGB (Red+Green+Blue) = 240+104+175=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F068AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F068AF is #0F9750. Grayscale: #989898. Windows color (decimal): -1021777 or 11495664. OLE color: 11495664.
HSL color Cylindrical-coordinate representation of color #F068AF: hue angle of 328.68º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F068AF is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 175 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.06 |
| HSL | 328.68º | 0.82% | 0.67% | - |
| HSV(B) | 328.68º | 0.57% | 0.94% | - |
| XYZ | 48.62 | 31.52 | 44.08 | - |
| YUV | 152.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 175 | 0 | 0.57 | 0.27 | 0.06 | 328.68 | 0.82 | 0.67 |
| Hex | F0 | 68 | AF | 0 | 39 | 1B | 6 | 149 | 52 | 43 |
| Octal | 360 | 150 | 257 | 0 | 71 | 33 | 6 | 511 | 122 | 103 |
| Binary | 11110000 | 1101000 | 10101111 | 0 | 111001 | 11011 | 110 | 101001001 | 1010010 | 1000011 |
Color Harmonies of #F068AF
Complementary color
Monochromatic Colors of #F068AF
Black with #F068AF
Text Example
Text Example
White with #F068AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F068AF; }
p { color: rgb(240,104,175); }
H1.HeaderClassName
{
color: #F068AF;
}
.AnyTagClassName
{
color: #F068AF;
}
</style>
background-color css
<style>
a { background-color: #F068AF; }
a { background-color: rgb(240,104,175); }
div.DivClassName
{
background-color: #F068AF;
}
.BgClassName
{
background-color: #F068AF;
}
</style>
border-color css
<style>
span { border-color: #F068AF; }
span { border-color: rgb(240,104,175); }
td.TdClassName
{
border-color: #F068AF;
}
.TagClassName
{
border-color: #F068AF;
}
</style>