Shades of Shocking #F290C1
Tints of Shocking #F290C1
RGB
CMYK
RGB Variations
Color information
#F290C1 (or 0xF290C1) is known color: Shocking. HEX triplet: F2, 90 and C1. RGB value is (242,144,193). Sum of RGB (Red+Green+Blue) = 242+144+193=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F290C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290C1 is #0D6F3E. Grayscale: #B2B2B2. Windows color (decimal): -880447 or 12685554. OLE color: 12685554.
HSL color Cylindrical-coordinate representation of color #F290C1: hue angle of 330º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F290C1 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 193 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.05 |
| HSL | 330º | 0.79% | 0.76% | - |
| HSV(B) | 330º | 0.4% | 0.95% | - |
| XYZ | 56.22 | 42.67 | 55.73 | - |
| YUV | 178.89 | 135.97 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 193 | 0 | 0.40 | 0.20 | 0.05 | 330 | 0.79 | 0.76 |
| Hex | F2 | 90 | C1 | 0 | 28 | 14 | 5 | 14A | 4F | 4C |
| Octal | 362 | 220 | 301 | 0 | 50 | 24 | 5 | 512 | 117 | 114 |
| Binary | 11110010 | 10010000 | 11000001 | 0 | 101000 | 10100 | 101 | 101001010 | 1001111 | 1001100 |
Color Harmonies of #F290C1
Complementary color
Monochromatic Colors of #F290C1
Black with #F290C1
Text Example
Text Example
White with #F290C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F290C1; }
p { color: rgb(242,144,193); }
H1.HeaderClassName
{
color: #F290C1;
}
.AnyTagClassName
{
color: #F290C1;
}
</style>
background-color css
<style>
a { background-color: #F290C1; }
a { background-color: rgb(242,144,193); }
div.DivClassName
{
background-color: #F290C1;
}
.BgClassName
{
background-color: #F290C1;
}
</style>
border-color css
<style>
span { border-color: #F290C1; }
span { border-color: rgb(242,144,193); }
td.TdClassName
{
border-color: #F290C1;
}
.TagClassName
{
border-color: #F290C1;
}
</style>