Shades of Shocking Pink #F308BB
Tints of Shocking Pink #F308BB
RGB
CMYK
RGB Variations
Color information
#F308BB (or 0xF308BB) is known color: Shocking Pink. HEX triplet: F3, 08 and BB. RGB value is (243,8,187). Sum of RGB (Red+Green+Blue) = 243+8+187=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 8 (3.52% from 255 or 1.83% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F308BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F308BB is #0CF744. Grayscale: #626262. Windows color (decimal): -849733 or 12257523. OLE color: 12257523.
HSL color Cylindrical-coordinate representation of color #F308BB: hue angle of 314.3º 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 #F308BB is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 187 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.05 |
| HSL | 314.3º | 0.94% | 0.49% | - |
| HSV(B) | 314.3º | 0.97% | 0.95% | - |
| XYZ | 46.02 | 22.82 | 48.99 | - |
| YUV | 98.67 | 177.86 | 230.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 187 | 0 | 0.97 | 0.23 | 0.05 | 314.3 | 0.94 | 0.49 |
| Hex | F3 | 8 | BB | 0 | 61 | 17 | 5 | 13A | 5E | 31 |
| Octal | 363 | 10 | 273 | 0 | 141 | 27 | 5 | 472 | 136 | 61 |
| Binary | 11110011 | 1000 | 10111011 | 0 | 1100001 | 10111 | 101 | 100111010 | 1011110 | 110001 |
Color Harmonies of #F308BB
Complementary color
Monochromatic Colors of #F308BB
Black with #F308BB
Text Example
Text Example
White with #F308BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F308BB; }
p { color: rgb(243,8,187); }
H1.HeaderClassName
{
color: #F308BB;
}
.AnyTagClassName
{
color: #F308BB;
}
</style>
background-color css
<style>
a { background-color: #F308BB; }
a { background-color: rgb(243,8,187); }
div.DivClassName
{
background-color: #F308BB;
}
.BgClassName
{
background-color: #F308BB;
}
</style>
border-color css
<style>
span { border-color: #F308BB; }
span { border-color: rgb(243,8,187); }
td.TdClassName
{
border-color: #F308BB;
}
.TagClassName
{
border-color: #F308BB;
}
</style>