Shades of Shocking #F19CCD
Tints of Shocking #F19CCD
RGB
CMYK
RGB Variations
Color information
#F19CCD (or 0xF19CCD) is known color: Shocking. HEX triplet: F1, 9C and CD. RGB value is (241,156,205). Sum of RGB (Red+Green+Blue) = 241+156+205=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19CCD is #0E6332. Grayscale: #BABABA. Windows color (decimal): -942899 or 13475057. OLE color: 13475057.
HSL color Cylindrical-coordinate representation of color #F19CCD: hue angle of 325.41º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F19CCD is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 205 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.05 |
| HSL | 325.41º | 0.75% | 0.78% | - |
| HSV(B) | 325.41º | 0.35% | 0.95% | - |
| XYZ | 59.18 | 46.89 | 63.69 | - |
| YUV | 187 | 138.16 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 205 | 0 | 0.35 | 0.15 | 0.05 | 325.41 | 0.75 | 0.78 |
| Hex | F1 | 9C | CD | 0 | 23 | F | 5 | 145 | 4B | 4E |
| Octal | 361 | 234 | 315 | 0 | 43 | 17 | 5 | 505 | 113 | 116 |
| Binary | 11110001 | 10011100 | 11001101 | 0 | 100011 | 1111 | 101 | 101000101 | 1001011 | 1001110 |
Color Harmonies of #F19CCD
Complementary color
Monochromatic Colors of #F19CCD
Black with #F19CCD
Text Example
Text Example
White with #F19CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19CCD; }
p { color: rgb(241,156,205); }
H1.HeaderClassName
{
color: #F19CCD;
}
.AnyTagClassName
{
color: #F19CCD;
}
</style>
background-color css
<style>
a { background-color: #F19CCD; }
a { background-color: rgb(241,156,205); }
div.DivClassName
{
background-color: #F19CCD;
}
.BgClassName
{
background-color: #F19CCD;
}
</style>
border-color css
<style>
span { border-color: #F19CCD; }
span { border-color: rgb(241,156,205); }
td.TdClassName
{
border-color: #F19CCD;
}
.TagClassName
{
border-color: #F19CCD;
}
</style>