Shades of Hot Pink #F265BC
Tints of Hot Pink #F265BC
RGB
CMYK
RGB Variations
Color information
#F265BC (or 0xF265BC) is known color: Hot Pink. HEX triplet: F2, 65 and BC. RGB value is (242,101,188). Sum of RGB (Red+Green+Blue) = 242+101+188=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F265BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F265BC is #0D9A43. Grayscale: #989898. Windows color (decimal): -891460 or 12346866. OLE color: 12346866.
HSL color Cylindrical-coordinate representation of color #F265BC: hue angle of 322.98º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F265BC is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 188 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.05 |
| HSL | 322.98º | 0.84% | 0.67% | - |
| HSV(B) | 322.98º | 0.58% | 0.95% | - |
| XYZ | 50.35 | 31.82 | 51.06 | - |
| YUV | 153.08 | 147.71 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 188 | 0 | 0.58 | 0.22 | 0.05 | 322.98 | 0.84 | 0.67 |
| Hex | F2 | 65 | BC | 0 | 3A | 16 | 5 | 143 | 54 | 43 |
| Octal | 362 | 145 | 274 | 0 | 72 | 26 | 5 | 503 | 124 | 103 |
| Binary | 11110010 | 1100101 | 10111100 | 0 | 111010 | 10110 | 101 | 101000011 | 1010100 | 1000011 |
Color Harmonies of #F265BC
Complementary color
Monochromatic Colors of #F265BC
Black with #F265BC
Text Example
Text Example
White with #F265BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265BC; }
p { color: rgb(242,101,188); }
H1.HeaderClassName
{
color: #F265BC;
}
.AnyTagClassName
{
color: #F265BC;
}
</style>
background-color css
<style>
a { background-color: #F265BC; }
a { background-color: rgb(242,101,188); }
div.DivClassName
{
background-color: #F265BC;
}
.BgClassName
{
background-color: #F265BC;
}
</style>
border-color css
<style>
span { border-color: #F265BC; }
span { border-color: rgb(242,101,188); }
td.TdClassName
{
border-color: #F265BC;
}
.TagClassName
{
border-color: #F265BC;
}
</style>