Shades of Shocking Pink #F318B8
Tints of Shocking Pink #F318B8
RGB
CMYK
RGB Variations
Color information
#F318B8 (or 0xF318B8) is known color: Shocking Pink. HEX triplet: F3, 18 and B8. RGB value is (243,24,184). Sum of RGB (Red+Green+Blue) = 243+24+184=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 24 (9.77% from 255 or 5.32% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F318B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F318B8 is #0CE747. Grayscale: #6B6B6B. Windows color (decimal): -845640 or 12065011. OLE color: 12065011.
HSL color Cylindrical-coordinate representation of color #F318B8: hue angle of 316.16º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F318B8 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 184 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.05 |
| HSL | 316.16º | 0.9% | 0.52% | - |
| HSV(B) | 316.16º | 0.9% | 0.95% | - |
| XYZ | 45.94 | 23.17 | 47.4 | - |
| YUV | 107.72 | 171.05 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 184 | 0 | 0.90 | 0.24 | 0.05 | 316.16 | 0.9 | 0.52 |
| Hex | F3 | 18 | B8 | 0 | 5A | 18 | 5 | 13C | 5A | 34 |
| Octal | 363 | 30 | 270 | 0 | 132 | 30 | 5 | 474 | 132 | 64 |
| Binary | 11110011 | 11000 | 10111000 | 0 | 1011010 | 11000 | 101 | 100111100 | 1011010 | 110100 |
Color Harmonies of #F318B8
Complementary color
Monochromatic Colors of #F318B8
Black with #F318B8
Text Example
Text Example
White with #F318B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318B8; }
p { color: rgb(243,24,184); }
H1.HeaderClassName
{
color: #F318B8;
}
.AnyTagClassName
{
color: #F318B8;
}
</style>
background-color css
<style>
a { background-color: #F318B8; }
a { background-color: rgb(243,24,184); }
div.DivClassName
{
background-color: #F318B8;
}
.BgClassName
{
background-color: #F318B8;
}
</style>
border-color css
<style>
span { border-color: #F318B8; }
span { border-color: rgb(243,24,184); }
td.TdClassName
{
border-color: #F318B8;
}
.TagClassName
{
border-color: #F318B8;
}
</style>