Shades of Shocking Pink #F30AC4
Tints of Shocking Pink #F30AC4
RGB
CMYK
RGB Variations
Color information
#F30AC4 (or 0xF30AC4) is known color: Shocking Pink. HEX triplet: F3, 0A and C4. RGB value is (243,10,196). Sum of RGB (Red+Green+Blue) = 243+10+196=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 10 (4.30% from 255 or 2.23% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F30AC4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30AC4 is #0CF53B. Grayscale: #646464. Windows color (decimal): -849212 or 12847859. OLE color: 12847859.
HSL color Cylindrical-coordinate representation of color #F30AC4: hue angle of 312.1º 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 #F30AC4 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 196 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.05 |
| HSL | 312.1º | 0.92% | 0.5% | - |
| HSV(B) | 312.1º | 0.96% | 0.95% | - |
| XYZ | 47.03 | 23.26 | 54.23 | - |
| YUV | 100.87 | 181.69 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 196 | 0 | 0.96 | 0.19 | 0.05 | 312.1 | 0.92 | 0.5 |
| Hex | F3 | A | C4 | 0 | 60 | 13 | 5 | 138 | 5C | 32 |
| Octal | 363 | 12 | 304 | 0 | 140 | 23 | 5 | 470 | 134 | 62 |
| Binary | 11110011 | 1010 | 11000100 | 0 | 1100000 | 10011 | 101 | 100111000 | 1011100 | 110010 |
Color Harmonies of #F30AC4
Complementary color
Monochromatic Colors of #F30AC4
Black with #F30AC4
Text Example
Text Example
White with #F30AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30AC4; }
p { color: rgb(243,10,196); }
H1.HeaderClassName
{
color: #F30AC4;
}
.AnyTagClassName
{
color: #F30AC4;
}
</style>
background-color css
<style>
a { background-color: #F30AC4; }
a { background-color: rgb(243,10,196); }
div.DivClassName
{
background-color: #F30AC4;
}
.BgClassName
{
background-color: #F30AC4;
}
</style>
border-color css
<style>
span { border-color: #F30AC4; }
span { border-color: rgb(243,10,196); }
td.TdClassName
{
border-color: #F30AC4;
}
.TagClassName
{
border-color: #F30AC4;
}
</style>