Shades of Hot Pink #F270B5
Tints of Hot Pink #F270B5
RGB
CMYK
RGB Variations
Color information
#F270B5 (or 0xF270B5) is known color: Hot Pink. HEX triplet: F2, 70 and B5. RGB value is (242,112,181). Sum of RGB (Red+Green+Blue) = 242+112+181=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F270B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270B5 is #0D8F4A. Grayscale: #9E9E9E. Windows color (decimal): -888651 or 11890930. OLE color: 11890930.
HSL color Cylindrical-coordinate representation of color #F270B5: hue angle of 328.15º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F270B5 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 181 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.05 |
| HSL | 328.15º | 0.83% | 0.69% | - |
| HSV(B) | 328.15º | 0.54% | 0.95% | - |
| XYZ | 50.75 | 33.8 | 47.57 | - |
| YUV | 158.74 | 140.57 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 181 | 0 | 0.54 | 0.25 | 0.05 | 328.15 | 0.83 | 0.69 |
| Hex | F2 | 70 | B5 | 0 | 36 | 19 | 5 | 148 | 53 | 45 |
| Octal | 362 | 160 | 265 | 0 | 66 | 31 | 5 | 510 | 123 | 105 |
| Binary | 11110010 | 1110000 | 10110101 | 0 | 110110 | 11001 | 101 | 101001000 | 1010011 | 1000101 |
Color Harmonies of #F270B5
Complementary color
Monochromatic Colors of #F270B5
Black with #F270B5
Text Example
Text Example
White with #F270B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270B5; }
p { color: rgb(242,112,181); }
H1.HeaderClassName
{
color: #F270B5;
}
.AnyTagClassName
{
color: #F270B5;
}
</style>
background-color css
<style>
a { background-color: #F270B5; }
a { background-color: rgb(242,112,181); }
div.DivClassName
{
background-color: #F270B5;
}
.BgClassName
{
background-color: #F270B5;
}
</style>
border-color css
<style>
span { border-color: #F270B5; }
span { border-color: rgb(242,112,181); }
td.TdClassName
{
border-color: #F270B5;
}
.TagClassName
{
border-color: #F270B5;
}
</style>