Shades of Hot Pink #F257BB
Tints of Hot Pink #F257BB
RGB
CMYK
RGB Variations
Color information
#F257BB (or 0xF257BB) is known color: Hot Pink. HEX triplet: F2, 57 and BB. RGB value is (242,87,187). Sum of RGB (Red+Green+Blue) = 242+87+187=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 87 (34.38% from 255 or 16.86% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F257BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F257BB is #0DA844. Grayscale: #909090. Windows color (decimal): -895045 or 12277746. OLE color: 12277746.
HSL color Cylindrical-coordinate representation of color #F257BB: hue angle of 321.29º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F257BB is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 187 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.05 |
| HSL | 321.29º | 0.86% | 0.65% | - |
| HSV(B) | 321.29º | 0.64% | 0.95% | - |
| XYZ | 49 | 29.28 | 50.08 | - |
| YUV | 144.75 | 151.85 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 187 | 0 | 0.64 | 0.23 | 0.05 | 321.29 | 0.86 | 0.65 |
| Hex | F2 | 57 | BB | 0 | 40 | 17 | 5 | 141 | 56 | 41 |
| Octal | 362 | 127 | 273 | 0 | 100 | 27 | 5 | 501 | 126 | 101 |
| Binary | 11110010 | 1010111 | 10111011 | 0 | 1000000 | 10111 | 101 | 101000001 | 1010110 | 1000001 |
Color Harmonies of #F257BB
Complementary color
Monochromatic Colors of #F257BB
Black with #F257BB
Text Example
Text Example
White with #F257BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F257BB; }
p { color: rgb(242,87,187); }
H1.HeaderClassName
{
color: #F257BB;
}
.AnyTagClassName
{
color: #F257BB;
}
</style>
background-color css
<style>
a { background-color: #F257BB; }
a { background-color: rgb(242,87,187); }
div.DivClassName
{
background-color: #F257BB;
}
.BgClassName
{
background-color: #F257BB;
}
</style>
border-color css
<style>
span { border-color: #F257BB; }
span { border-color: rgb(242,87,187); }
td.TdClassName
{
border-color: #F257BB;
}
.TagClassName
{
border-color: #F257BB;
}
</style>