Shades of Shocking Pink #F308B2
Tints of Shocking Pink #F308B2
RGB
CMYK
RGB Variations
Color information
#F308B2 (or 0xF308B2) is known color: Shocking Pink. HEX triplet: F3, 08 and B2. RGB value is (243,8,178). Sum of RGB (Red+Green+Blue) = 243+8+178=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 8 (3.52% from 255 or 1.86% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F308B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F308B2 is #0CF74D. Grayscale: #616161. Windows color (decimal): -849742 or 11667699. OLE color: 11667699.
HSL color Cylindrical-coordinate representation of color #F308B2: hue angle of 316.6º 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 #F308B2 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 178 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.05 |
| HSL | 316.6º | 0.94% | 0.49% | - |
| HSV(B) | 316.6º | 0.97% | 0.95% | - |
| XYZ | 45.08 | 22.44 | 44.08 | - |
| YUV | 97.65 | 173.36 | 231.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 178 | 0 | 0.97 | 0.27 | 0.05 | 316.6 | 0.94 | 0.49 |
| Hex | F3 | 8 | B2 | 0 | 61 | 1B | 5 | 13D | 5E | 31 |
| Octal | 363 | 10 | 262 | 0 | 141 | 33 | 5 | 475 | 136 | 61 |
| Binary | 11110011 | 1000 | 10110010 | 0 | 1100001 | 11011 | 101 | 100111101 | 1011110 | 110001 |
Color Harmonies of #F308B2
Complementary color
Monochromatic Colors of #F308B2
Black with #F308B2
Text Example
Text Example
White with #F308B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F308B2; }
p { color: rgb(243,8,178); }
H1.HeaderClassName
{
color: #F308B2;
}
.AnyTagClassName
{
color: #F308B2;
}
</style>
background-color css
<style>
a { background-color: #F308B2; }
a { background-color: rgb(243,8,178); }
div.DivClassName
{
background-color: #F308B2;
}
.BgClassName
{
background-color: #F308B2;
}
</style>
border-color css
<style>
span { border-color: #F308B2; }
span { border-color: rgb(243,8,178); }
td.TdClassName
{
border-color: #F308B2;
}
.TagClassName
{
border-color: #F308B2;
}
</style>