Shades of Shocking #F294CB
Tints of Shocking #F294CB
RGB
CMYK
RGB Variations
Color information
#F294CB (or 0xF294CB) is known color: Shocking. HEX triplet: F2, 94 and CB. RGB value is (242,148,203). Sum of RGB (Red+Green+Blue) = 242+148+203=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F294CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294CB is #0D6B34. Grayscale: #B6B6B6. Windows color (decimal): -879413 or 13341938. OLE color: 13341938.
HSL color Cylindrical-coordinate representation of color #F294CB: hue angle of 324.89º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F294CB is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 203 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.05 |
| HSL | 324.89º | 0.78% | 0.76% | - |
| HSV(B) | 324.89º | 0.39% | 0.95% | - |
| XYZ | 57.99 | 44.37 | 62.01 | - |
| YUV | 182.38 | 139.64 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 203 | 0 | 0.39 | 0.16 | 0.05 | 324.89 | 0.78 | 0.76 |
| Hex | F2 | 94 | CB | 0 | 27 | 10 | 5 | 145 | 4E | 4C |
| Octal | 362 | 224 | 313 | 0 | 47 | 20 | 5 | 505 | 116 | 114 |
| Binary | 11110010 | 10010100 | 11001011 | 0 | 100111 | 10000 | 101 | 101000101 | 1001110 | 1001100 |
Color Harmonies of #F294CB
Complementary color
Monochromatic Colors of #F294CB
Black with #F294CB
Text Example
Text Example
White with #F294CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294CB; }
p { color: rgb(242,148,203); }
H1.HeaderClassName
{
color: #F294CB;
}
.AnyTagClassName
{
color: #F294CB;
}
</style>
background-color css
<style>
a { background-color: #F294CB; }
a { background-color: rgb(242,148,203); }
div.DivClassName
{
background-color: #F294CB;
}
.BgClassName
{
background-color: #F294CB;
}
</style>
border-color css
<style>
span { border-color: #F294CB; }
span { border-color: rgb(242,148,203); }
td.TdClassName
{
border-color: #F294CB;
}
.TagClassName
{
border-color: #F294CB;
}
</style>