Shades of Shocking #F595C3
Tints of Shocking #F595C3
RGB
CMYK
RGB Variations
Color information
#F595C3 (or 0xF595C3) is known color: Shocking. HEX triplet: F5, 95 and C3. RGB value is (245,149,195). Sum of RGB (Red+Green+Blue) = 245+149+195=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F595C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595C3 is #0A6A3C. Grayscale: #B6B6B6. Windows color (decimal): -682557 or 12817909. OLE color: 12817909.
HSL color Cylindrical-coordinate representation of color #F595C3: hue angle of 331.25º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F595C3 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 195 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.04 |
| HSL | 331.25º | 0.83% | 0.77% | - |
| HSV(B) | 331.25º | 0.39% | 0.96% | - |
| XYZ | 58.25 | 44.85 | 57.22 | - |
| YUV | 182.95 | 134.8 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 195 | 0 | 0.39 | 0.20 | 0.04 | 331.25 | 0.83 | 0.77 |
| Hex | F5 | 95 | C3 | 0 | 27 | 14 | 4 | 14B | 53 | 4D |
| Octal | 365 | 225 | 303 | 0 | 47 | 24 | 4 | 513 | 123 | 115 |
| Binary | 11110101 | 10010101 | 11000011 | 0 | 100111 | 10100 | 100 | 101001011 | 1010011 | 1001101 |
Color Harmonies of #F595C3
Complementary color
Monochromatic Colors of #F595C3
Black with #F595C3
Text Example
Text Example
White with #F595C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F595C3; }
p { color: rgb(245,149,195); }
H1.HeaderClassName
{
color: #F595C3;
}
.AnyTagClassName
{
color: #F595C3;
}
</style>
background-color css
<style>
a { background-color: #F595C3; }
a { background-color: rgb(245,149,195); }
div.DivClassName
{
background-color: #F595C3;
}
.BgClassName
{
background-color: #F595C3;
}
</style>
border-color css
<style>
span { border-color: #F595C3; }
span { border-color: rgb(245,149,195); }
td.TdClassName
{
border-color: #F595C3;
}
.TagClassName
{
border-color: #F595C3;
}
</style>