Shades of Shocking Pink #F30BBF
Tints of Shocking Pink #F30BBF
RGB
CMYK
RGB Variations
Color information
#F30BBF (or 0xF30BBF) is known color: Shocking Pink. HEX triplet: F3, 0B and BF. RGB value is (243,11,191). Sum of RGB (Red+Green+Blue) = 243+11+191=445 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.61% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 243 - color contains mainly: red. Hex color #F30BBF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30BBF is #0CF440. Grayscale: #646464. Windows color (decimal): -848961 or 12520435. OLE color: 12520435.
HSL color Cylindrical-coordinate representation of color #F30BBF: hue angle of 313.45º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30BBF is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 11 | 191 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.05 |
| HSL | 313.45º | 0.91% | 0.5% | - |
| HSV(B) | 313.45º | 0.95% | 0.95% | - |
| XYZ | 46.49 | 23.06 | 51.29 | - |
| YUV | 100.89 | 178.86 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 11 | 191 | 0 | 0.95 | 0.21 | 0.05 | 313.45 | 0.91 | 0.5 |
| Hex | F3 | B | BF | 0 | 5F | 15 | 5 | 139 | 5B | 32 |
| Octal | 363 | 13 | 277 | 0 | 137 | 25 | 5 | 471 | 133 | 62 |
| Binary | 11110011 | 1011 | 10111111 | 0 | 1011111 | 10101 | 101 | 100111001 | 1011011 | 110010 |
Color Harmonies of #F30BBF
Complementary color
Monochromatic Colors of #F30BBF
Black with #F30BBF
Text Example
Text Example
White with #F30BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30BBF; }
p { color: rgb(243,11,191); }
H1.HeaderClassName
{
color: #F30BBF;
}
.AnyTagClassName
{
color: #F30BBF;
}
</style>
background-color css
<style>
a { background-color: #F30BBF; }
a { background-color: rgb(243,11,191); }
div.DivClassName
{
background-color: #F30BBF;
}
.BgClassName
{
background-color: #F30BBF;
}
</style>
border-color css
<style>
span { border-color: #F30BBF; }
span { border-color: rgb(243,11,191); }
td.TdClassName
{
border-color: #F30BBF;
}
.TagClassName
{
border-color: #F30BBF;
}
</style>