Shades of Shocking Pink #F318CC
Tints of Shocking Pink #F318CC
RGB
CMYK
RGB Variations
Color information
#F318CC (or 0xF318CC) is known color: Shocking Pink. HEX triplet: F3, 18 and CC. RGB value is (243,24,204). Sum of RGB (Red+Green+Blue) = 243+24+204=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 24 (9.77% from 255 or 5.10% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F318CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F318CC is #0CE733. Grayscale: #6D6D6D. Windows color (decimal): -845620 or 13375731. OLE color: 13375731.
HSL color Cylindrical-coordinate representation of color #F318CC: hue angle of 310.68º 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 #F318CC is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 204 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.05 |
| HSL | 310.68º | 0.9% | 0.52% | - |
| HSV(B) | 310.68º | 0.9% | 0.95% | - |
| XYZ | 48.19 | 24.07 | 59.23 | - |
| YUV | 110 | 181.05 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 204 | 0 | 0.90 | 0.16 | 0.05 | 310.68 | 0.9 | 0.52 |
| Hex | F3 | 18 | CC | 0 | 5A | 10 | 5 | 137 | 5A | 34 |
| Octal | 363 | 30 | 314 | 0 | 132 | 20 | 5 | 467 | 132 | 64 |
| Binary | 11110011 | 11000 | 11001100 | 0 | 1011010 | 10000 | 101 | 100110111 | 1011010 | 110100 |
Color Harmonies of #F318CC
Complementary color
Monochromatic Colors of #F318CC
Black with #F318CC
Text Example
Text Example
White with #F318CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318CC; }
p { color: rgb(243,24,204); }
H1.HeaderClassName
{
color: #F318CC;
}
.AnyTagClassName
{
color: #F318CC;
}
</style>
background-color css
<style>
a { background-color: #F318CC; }
a { background-color: rgb(243,24,204); }
div.DivClassName
{
background-color: #F318CC;
}
.BgClassName
{
background-color: #F318CC;
}
</style>
border-color css
<style>
span { border-color: #F318CC; }
span { border-color: rgb(243,24,204); }
td.TdClassName
{
border-color: #F318CC;
}
.TagClassName
{
border-color: #F318CC;
}
</style>