Shades of Hot Pink #F672B4
Tints of Hot Pink #F672B4
RGB
CMYK
RGB Variations
Color information
#F672B4 (or 0xF672B4) is known color: Hot Pink. HEX triplet: F6, 72 and B4. RGB value is (246,114,180). Sum of RGB (Red+Green+Blue) = 246+114+180=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F672B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F672B4 is #098D4B. Grayscale: #A0A0A0. Windows color (decimal): -625996 or 11825910. OLE color: 11825910.
HSL color Cylindrical-coordinate representation of color #F672B4: hue angle of 330º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F672B4 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 180 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.04 |
| HSL | 330º | 0.88% | 0.71% | - |
| HSV(B) | 330º | 0.54% | 0.96% | - |
| XYZ | 52.26 | 34.92 | 47.17 | - |
| YUV | 160.99 | 138.73 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 180 | 0 | 0.54 | 0.27 | 0.04 | 330 | 0.88 | 0.71 |
| Hex | F6 | 72 | B4 | 0 | 36 | 1B | 4 | 14A | 58 | 47 |
| Octal | 366 | 162 | 264 | 0 | 66 | 33 | 4 | 512 | 130 | 107 |
| Binary | 11110110 | 1110010 | 10110100 | 0 | 110110 | 11011 | 100 | 101001010 | 1011000 | 1000111 |
Color Harmonies of #F672B4
Complementary color
Monochromatic Colors of #F672B4
Black with #F672B4
Text Example
Text Example
White with #F672B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672B4; }
p { color: rgb(246,114,180); }
H1.HeaderClassName
{
color: #F672B4;
}
.AnyTagClassName
{
color: #F672B4;
}
</style>
background-color css
<style>
a { background-color: #F672B4; }
a { background-color: rgb(246,114,180); }
div.DivClassName
{
background-color: #F672B4;
}
.BgClassName
{
background-color: #F672B4;
}
</style>
border-color css
<style>
span { border-color: #F672B4; }
span { border-color: rgb(246,114,180); }
td.TdClassName
{
border-color: #F672B4;
}
.TagClassName
{
border-color: #F672B4;
}
</style>