Shades of Shocking Pink #F817C4
Tints of Shocking Pink #F817C4
RGB
CMYK
RGB Variations
Color information
#F817C4 (or 0xF817C4) is known color: Shocking Pink. HEX triplet: F8, 17 and C4. RGB value is (248,23,196). Sum of RGB (Red+Green+Blue) = 248+23+196=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 23 (9.38% from 255 or 4.93% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F817C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F817C4 is #07E83B. Grayscale: #6D6D6D. Windows color (decimal): -518204 or 12851192. OLE color: 12851192.
HSL color Cylindrical-coordinate representation of color #F817C4: hue angle of 313.87º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F817C4 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 196 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.03 |
| HSL | 313.87º | 0.94% | 0.53% | - |
| HSV(B) | 313.87º | 0.91% | 0.97% | - |
| XYZ | 48.98 | 24.55 | 54.38 | - |
| YUV | 110 | 176.54 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 196 | 0 | 0.91 | 0.21 | 0.03 | 313.87 | 0.94 | 0.53 |
| Hex | F8 | 17 | C4 | 0 | 5B | 15 | 3 | 13A | 5E | 35 |
| Octal | 370 | 27 | 304 | 0 | 133 | 25 | 3 | 472 | 136 | 65 |
| Binary | 11111000 | 10111 | 11000100 | 0 | 1011011 | 10101 | 11 | 100111010 | 1011110 | 110101 |
Color Harmonies of #F817C4
Complementary color
Monochromatic Colors of #F817C4
Black with #F817C4
Text Example
Text Example
White with #F817C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F817C4; }
p { color: rgb(248,23,196); }
H1.HeaderClassName
{
color: #F817C4;
}
.AnyTagClassName
{
color: #F817C4;
}
</style>
background-color css
<style>
a { background-color: #F817C4; }
a { background-color: rgb(248,23,196); }
div.DivClassName
{
background-color: #F817C4;
}
.BgClassName
{
background-color: #F817C4;
}
</style>
border-color css
<style>
span { border-color: #F817C4; }
span { border-color: rgb(248,23,196); }
td.TdClassName
{
border-color: #F817C4;
}
.TagClassName
{
border-color: #F817C4;
}
</style>