Shades of Shocking Pink #F306B7
Tints of Shocking Pink #F306B7
RGB
CMYK
RGB Variations
Color information
#F306B7 (or 0xF306B7) is known color: Shocking Pink. HEX triplet: F3, 06 and B7. RGB value is (243,6,183). Sum of RGB (Red+Green+Blue) = 243+6+183=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 6 (2.73% from 255 or 1.39% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F306B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F306B7 is #0CF948. Grayscale: #606060. Windows color (decimal): -850249 or 11994867. OLE color: 11994867.
HSL color Cylindrical-coordinate representation of color #F306B7: hue angle of 315.19º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F306B7 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 183 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.05 |
| HSL | 315.19º | 0.95% | 0.49% | - |
| HSV(B) | 315.19º | 0.98% | 0.95% | - |
| XYZ | 45.57 | 22.6 | 46.76 | - |
| YUV | 97.04 | 176.52 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 183 | 0 | 0.98 | 0.25 | 0.05 | 315.19 | 0.95 | 0.49 |
| Hex | F3 | 6 | B7 | 0 | 62 | 19 | 5 | 13B | 5F | 31 |
| Octal | 363 | 6 | 267 | 0 | 142 | 31 | 5 | 473 | 137 | 61 |
| Binary | 11110011 | 110 | 10110111 | 0 | 1100010 | 11001 | 101 | 100111011 | 1011111 | 110001 |
Color Harmonies of #F306B7
Complementary color
Monochromatic Colors of #F306B7
Black with #F306B7
Text Example
Text Example
White with #F306B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F306B7; }
p { color: rgb(243,6,183); }
H1.HeaderClassName
{
color: #F306B7;
}
.AnyTagClassName
{
color: #F306B7;
}
</style>
background-color css
<style>
a { background-color: #F306B7; }
a { background-color: rgb(243,6,183); }
div.DivClassName
{
background-color: #F306B7;
}
.BgClassName
{
background-color: #F306B7;
}
</style>
border-color css
<style>
span { border-color: #F306B7; }
span { border-color: rgb(243,6,183); }
td.TdClassName
{
border-color: #F306B7;
}
.TagClassName
{
border-color: #F306B7;
}
</style>