Shades of Shocking Pink #F10BC4
Tints of Shocking Pink #F10BC4
RGB
CMYK
RGB Variations
Color information
#F10BC4 (or 0xF10BC4) is known color: Shocking Pink. HEX triplet: F1, 0B and C4. RGB value is (241,11,196). Sum of RGB (Red+Green+Blue) = 241+11+196=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 11 (4.69% from 255 or 2.46% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F10BC4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10BC4 is #0EF43B. Grayscale: #646464. Windows color (decimal): -980028 or 12848113. OLE color: 12848113.
HSL color Cylindrical-coordinate representation of color #F10BC4: hue angle of 311.74º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10BC4 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 11 | 196 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.05 |
| HSL | 311.74º | 0.91% | 0.49% | - |
| HSV(B) | 311.74º | 0.95% | 0.95% | - |
| XYZ | 46.36 | 22.93 | 54.21 | - |
| YUV | 100.86 | 181.7 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 196 | 0 | 0.95 | 0.19 | 0.05 | 311.74 | 0.91 | 0.49 |
| Hex | F1 | B | C4 | 0 | 5F | 13 | 5 | 138 | 5B | 31 |
| Octal | 361 | 13 | 304 | 0 | 137 | 23 | 5 | 470 | 133 | 61 |
| Binary | 11110001 | 1011 | 11000100 | 0 | 1011111 | 10011 | 101 | 100111000 | 1011011 | 110001 |
Color Harmonies of #F10BC4
Complementary color
Monochromatic Colors of #F10BC4
Black with #F10BC4
Text Example
Text Example
White with #F10BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10BC4; }
p { color: rgb(241,11,196); }
H1.HeaderClassName
{
color: #F10BC4;
}
.AnyTagClassName
{
color: #F10BC4;
}
</style>
background-color css
<style>
a { background-color: #F10BC4; }
a { background-color: rgb(241,11,196); }
div.DivClassName
{
background-color: #F10BC4;
}
.BgClassName
{
background-color: #F10BC4;
}
</style>
border-color css
<style>
span { border-color: #F10BC4; }
span { border-color: rgb(241,11,196); }
td.TdClassName
{
border-color: #F10BC4;
}
.TagClassName
{
border-color: #F10BC4;
}
</style>