Shades of Shocking Pink #F308B7
Tints of Shocking Pink #F308B7
RGB
CMYK
RGB Variations
Color information
#F308B7 (or 0xF308B7) is known color: Shocking Pink. HEX triplet: F3, 08 and B7. RGB value is (243,8,183). Sum of RGB (Red+Green+Blue) = 243+8+183=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 8 (3.52% from 255 or 1.84% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F308B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F308B7 is #0CF748. Grayscale: #616161. Windows color (decimal): -849737 or 11995379. OLE color: 11995379.
HSL color Cylindrical-coordinate representation of color #F308B7: hue angle of 315.32º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F308B7 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 183 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.05 |
| HSL | 315.32º | 0.94% | 0.49% | - |
| HSV(B) | 315.32º | 0.97% | 0.95% | - |
| XYZ | 45.6 | 22.65 | 46.77 | - |
| YUV | 98.22 | 175.86 | 231.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 183 | 0 | 0.97 | 0.25 | 0.05 | 315.32 | 0.94 | 0.49 |
| Hex | F3 | 8 | B7 | 0 | 61 | 19 | 5 | 13B | 5E | 31 |
| Octal | 363 | 10 | 267 | 0 | 141 | 31 | 5 | 473 | 136 | 61 |
| Binary | 11110011 | 1000 | 10110111 | 0 | 1100001 | 11001 | 101 | 100111011 | 1011110 | 110001 |
Color Harmonies of #F308B7
Complementary color
Monochromatic Colors of #F308B7
Black with #F308B7
Text Example
Text Example
White with #F308B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F308B7; }
p { color: rgb(243,8,183); }
H1.HeaderClassName
{
color: #F308B7;
}
.AnyTagClassName
{
color: #F308B7;
}
</style>
background-color css
<style>
a { background-color: #F308B7; }
a { background-color: rgb(243,8,183); }
div.DivClassName
{
background-color: #F308B7;
}
.BgClassName
{
background-color: #F308B7;
}
</style>
border-color css
<style>
span { border-color: #F308B7; }
span { border-color: rgb(243,8,183); }
td.TdClassName
{
border-color: #F308B7;
}
.TagClassName
{
border-color: #F308B7;
}
</style>