Shades of Shocking Pink #F30AB9
Tints of Shocking Pink #F30AB9
RGB
CMYK
RGB Variations
Color information
#F30AB9 (or 0xF30AB9) is known color: Shocking Pink. HEX triplet: F3, 0A and B9. RGB value is (243,10,185). Sum of RGB (Red+Green+Blue) = 243+10+185=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F30AB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30AB9 is #0CF546. Grayscale: #636363. Windows color (decimal): -849223 or 12126963. OLE color: 12126963.
HSL color Cylindrical-coordinate representation of color #F30AB9: hue angle of 314.94º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30AB9 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 10 | 185 | - |
CMYK | 0 | 0.96 | 0.24 | 0.05 |
HSL | 314.94º | 0.92% | 0.5% | - |
HSV(B) | 314.94º | 0.96% | 0.95% | - |
XYZ | 45.83 | 22.77 | 47.88 | - |
YUV | 99.62 | 176.19 | 230.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 10 | 185 | 0 | 0.96 | 0.24 | 0.05 | 314.94 | 0.92 | 0.5 |
Hex | F3 | A | B9 | 0 | 60 | 18 | 5 | 13B | 5C | 32 |
Octal | 363 | 12 | 271 | 0 | 140 | 30 | 5 | 473 | 134 | 62 |
Binary | 11110011 | 1010 | 10111001 | 0 | 1100000 | 11000 | 101 | 100111011 | 1011100 | 110010 |
Color Harmonies of #F30AB9
Complementary color
Monochromatic Colors of #F30AB9
Black with #F30AB9
Text Example
Text Example
White with #F30AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30AB9; }
p { color: rgb(243,10,185); }
H1.HeaderClassName
{
color: #F30AB9;
}
.AnyTagClassName
{
color: #F30AB9;
}
</style>
background-color css
<style>
a { background-color: #F30AB9; }
a { background-color: rgb(243,10,185); }
div.DivClassName
{
background-color: #F30AB9;
}
.BgClassName
{
background-color: #F30AB9;
}
</style>
border-color css
<style>
span { border-color: #F30AB9; }
span { border-color: rgb(243,10,185); }
td.TdClassName
{
border-color: #F30AB9;
}
.TagClassName
{
border-color: #F30AB9;
}
</style>