Shades of Hot Pink #F270B3
Tints of Hot Pink #F270B3
RGB
CMYK
RGB Variations
Color information
#F270B3 (or 0xF270B3) is known color: Hot Pink. HEX triplet: F2, 70 and B3. RGB value is (242,112,179). Sum of RGB (Red+Green+Blue) = 242+112+179=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F270B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270B3 is #0D8F4C. Grayscale: #9E9E9E. Windows color (decimal): -888653 or 11759858. OLE color: 11759858.
HSL color Cylindrical-coordinate representation of color #F270B3: hue angle of 329.08º 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 #F270B3 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 179 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.05 |
| HSL | 329.08º | 0.83% | 0.69% | - |
| HSV(B) | 329.08º | 0.54% | 0.95% | - |
| XYZ | 50.55 | 33.72 | 46.49 | - |
| YUV | 158.51 | 139.57 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 179 | 0 | 0.54 | 0.26 | 0.05 | 329.08 | 0.83 | 0.69 |
| Hex | F2 | 70 | B3 | 0 | 36 | 1A | 5 | 149 | 53 | 45 |
| Octal | 362 | 160 | 263 | 0 | 66 | 32 | 5 | 511 | 123 | 105 |
| Binary | 11110010 | 1110000 | 10110011 | 0 | 110110 | 11010 | 101 | 101001001 | 1010011 | 1000101 |
Color Harmonies of #F270B3
Complementary color
Monochromatic Colors of #F270B3
Black with #F270B3
Text Example
Text Example
White with #F270B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270B3; }
p { color: rgb(242,112,179); }
H1.HeaderClassName
{
color: #F270B3;
}
.AnyTagClassName
{
color: #F270B3;
}
</style>
background-color css
<style>
a { background-color: #F270B3; }
a { background-color: rgb(242,112,179); }
div.DivClassName
{
background-color: #F270B3;
}
.BgClassName
{
background-color: #F270B3;
}
</style>
border-color css
<style>
span { border-color: #F270B3; }
span { border-color: rgb(242,112,179); }
td.TdClassName
{
border-color: #F270B3;
}
.TagClassName
{
border-color: #F270B3;
}
</style>