Shades of Hot Pink #F358B3
Tints of Hot Pink #F358B3
RGB
CMYK
RGB Variations
Color information
#F358B3 (or 0xF358B3) is known color: Hot Pink. HEX triplet: F3, 58 and B3. RGB value is (243,88,179). Sum of RGB (Red+Green+Blue) = 243+88+179=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F358B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358B3 is #0CA74C. Grayscale: #909090. Windows color (decimal): -829261 or 11753715. OLE color: 11753715.
HSL color Cylindrical-coordinate representation of color #F358B3: hue angle of 324.77º degrees, saturation: 0.87, 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 #F358B3 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 88 | 179 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.05 |
| HSL | 324.77º | 0.87% | 0.65% | - |
| HSV(B) | 324.77º | 0.64% | 0.95% | - |
| XYZ | 48.59 | 29.29 | 45.74 | - |
| YUV | 144.72 | 147.35 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 179 | 0 | 0.64 | 0.26 | 0.05 | 324.77 | 0.87 | 0.65 |
| Hex | F3 | 58 | B3 | 0 | 40 | 1A | 5 | 145 | 57 | 41 |
| Octal | 363 | 130 | 263 | 0 | 100 | 32 | 5 | 505 | 127 | 101 |
| Binary | 11110011 | 1011000 | 10110011 | 0 | 1000000 | 11010 | 101 | 101000101 | 1010111 | 1000001 |
Color Harmonies of #F358B3
Complementary color
Monochromatic Colors of #F358B3
Black with #F358B3
Text Example
Text Example
White with #F358B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F358B3; }
p { color: rgb(243,88,179); }
H1.HeaderClassName
{
color: #F358B3;
}
.AnyTagClassName
{
color: #F358B3;
}
</style>
background-color css
<style>
a { background-color: #F358B3; }
a { background-color: rgb(243,88,179); }
div.DivClassName
{
background-color: #F358B3;
}
.BgClassName
{
background-color: #F358B3;
}
</style>
border-color css
<style>
span { border-color: #F358B3; }
span { border-color: rgb(243,88,179); }
td.TdClassName
{
border-color: #F358B3;
}
.TagClassName
{
border-color: #F358B3;
}
</style>