Shades of Shocking #F29DBD
Tints of Shocking #F29DBD
RGB
CMYK
RGB Variations
Color information
#F29DBD (or 0xF29DBD) is known color: Shocking. HEX triplet: F2, 9D and BD. RGB value is (242,157,189). Sum of RGB (Red+Green+Blue) = 242+157+189=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29DBD is #0D6242. Grayscale: #BABABA. Windows color (decimal): -877123 or 12426738. OLE color: 12426738.
HSL color Cylindrical-coordinate representation of color #F29DBD: hue angle of 337.41º degrees, saturation: 0.77, 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 #F29DBD is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 157 | 189 | - |
CMYK | 0 | 0.35 | 0.22 | 0.05 |
HSL | 337.41º | 0.77% | 0.78% | - |
HSV(B) | 337.41º | 0.35% | 0.95% | - |
XYZ | 57.86 | 46.67 | 54.1 | - |
YUV | 186.06 | 129.66 | 167.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 157 | 189 | 0 | 0.35 | 0.22 | 0.05 | 337.41 | 0.77 | 0.78 |
Hex | F2 | 9D | BD | 0 | 23 | 16 | 5 | 151 | 4D | 4E |
Octal | 362 | 235 | 275 | 0 | 43 | 26 | 5 | 521 | 115 | 116 |
Binary | 11110010 | 10011101 | 10111101 | 0 | 100011 | 10110 | 101 | 101010001 | 1001101 | 1001110 |
Color Harmonies of #F29DBD
Complementary color
Monochromatic Colors of #F29DBD
Black with #F29DBD
Text Example
Text Example
White with #F29DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29DBD; }
p { color: rgb(242,157,189); }
H1.HeaderClassName
{
color: #F29DBD;
}
.AnyTagClassName
{
color: #F29DBD;
}
</style>
background-color css
<style>
a { background-color: #F29DBD; }
a { background-color: rgb(242,157,189); }
div.DivClassName
{
background-color: #F29DBD;
}
.BgClassName
{
background-color: #F29DBD;
}
</style>
border-color css
<style>
span { border-color: #F29DBD; }
span { border-color: rgb(242,157,189); }
td.TdClassName
{
border-color: #F29DBD;
}
.TagClassName
{
border-color: #F29DBD;
}
</style>