Shades of Shocking Pink #F30BCB
Tints of Shocking Pink #F30BCB
RGB
CMYK
RGB Variations
Color information
#F30BCB (or 0xF30BCB) is known color: Shocking Pink. HEX triplet: F3, 0B and CB. RGB value is (243,11,203). Sum of RGB (Red+Green+Blue) = 243+11+203=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 11 (4.69% from 255 or 2.41% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F30BCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30BCB is #0CF434. Grayscale: #656565. Windows color (decimal): -848949 or 13306867. OLE color: 13306867.
HSL color Cylindrical-coordinate representation of color #F30BCB: hue angle of 310.34º 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 #F30BCB is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 11 | 203 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.05 |
| HSL | 310.34º | 0.91% | 0.5% | - |
| HSV(B) | 310.34º | 0.95% | 0.95% | - |
| XYZ | 47.86 | 23.61 | 58.53 | - |
| YUV | 102.26 | 184.86 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 11 | 203 | 0 | 0.95 | 0.16 | 0.05 | 310.34 | 0.91 | 0.5 |
| Hex | F3 | B | CB | 0 | 5F | 10 | 5 | 136 | 5B | 32 |
| Octal | 363 | 13 | 313 | 0 | 137 | 20 | 5 | 466 | 133 | 62 |
| Binary | 11110011 | 1011 | 11001011 | 0 | 1011111 | 10000 | 101 | 100110110 | 1011011 | 110010 |
Color Harmonies of #F30BCB
Complementary color
Monochromatic Colors of #F30BCB
Black with #F30BCB
Text Example
Text Example
White with #F30BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30BCB; }
p { color: rgb(243,11,203); }
H1.HeaderClassName
{
color: #F30BCB;
}
.AnyTagClassName
{
color: #F30BCB;
}
</style>
background-color css
<style>
a { background-color: #F30BCB; }
a { background-color: rgb(243,11,203); }
div.DivClassName
{
background-color: #F30BCB;
}
.BgClassName
{
background-color: #F30BCB;
}
</style>
border-color css
<style>
span { border-color: #F30BCB; }
span { border-color: rgb(243,11,203); }
td.TdClassName
{
border-color: #F30BCB;
}
.TagClassName
{
border-color: #F30BCB;
}
</style>