Shades of Hot Pink #FF67AF
Tints of Hot Pink #FF67AF
RGB
CMYK
RGB Variations
Color information
#FF67AF (or 0xFF67AF) is known color: Hot Pink. HEX triplet: FF, 67 and AF. RGB value is (255,103,175). Sum of RGB (Red+Green+Blue) = 255+103+175=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF67AF is #009850. Grayscale: #9C9C9C. Windows color (decimal): -38993 or 11495423. OLE color: 11495423.
HSL color Cylindrical-coordinate representation of color #FF67AF: hue angle of 331.58º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF67AF is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 175 | - |
| CMYK | 0 | 0.60 | 0.31 | 0 |
| HSL | 331.58º | 1% | 0.7% | - |
| HSV(B) | 331.58º | 0.6% | 1% | - |
| XYZ | 53.83 | 34.06 | 44.29 | - |
| YUV | 156.66 | 138.36 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 175 | 0 | 0.60 | 0.31 | 0 | 331.58 | 1 | 0.7 |
| Hex | FF | 67 | AF | 0 | 3C | 1F | 0 | 14C | 64 | 46 |
| Octal | 377 | 147 | 257 | 0 | 74 | 37 | 0 | 514 | 144 | 106 |
| Binary | 11111111 | 1100111 | 10101111 | 0 | 111100 | 11111 | 0 | 101001100 | 1100100 | 1000110 |
Color Harmonies of #FF67AF
Complementary color
Monochromatic Colors of #FF67AF
Black with #FF67AF
Text Example
Text Example
White with #FF67AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF67AF; }
p { color: rgb(255,103,175); }
H1.HeaderClassName
{
color: #FF67AF;
}
.AnyTagClassName
{
color: #FF67AF;
}
</style>
background-color css
<style>
a { background-color: #FF67AF; }
a { background-color: rgb(255,103,175); }
div.DivClassName
{
background-color: #FF67AF;
}
.BgClassName
{
background-color: #FF67AF;
}
</style>
border-color css
<style>
span { border-color: #FF67AF; }
span { border-color: rgb(255,103,175); }
td.TdClassName
{
border-color: #FF67AF;
}
.TagClassName
{
border-color: #FF67AF;
}
</style>