Shades of Razzle Dazzle Rose #F24CBC
Tints of Razzle Dazzle Rose #F24CBC
RGB
CMYK
RGB Variations
Color information
#F24CBC (or 0xF24CBC) is known color: Razzle Dazzle Rose. HEX triplet: F2, 4C and BC. RGB value is (242,76,188). Sum of RGB (Red+Green+Blue) = 242+76+188=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F24CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24CBC is #0DB343. Grayscale: #8A8A8A. Windows color (decimal): -897860 or 12340466. OLE color: 12340466.
HSL color Cylindrical-coordinate representation of color #F24CBC: hue angle of 319.52º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24CBC is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 76 | 188 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.05 |
| HSL | 319.52º | 0.86% | 0.62% | - |
| HSV(B) | 319.52º | 0.69% | 0.95% | - |
| XYZ | 48.28 | 27.68 | 50.37 | - |
| YUV | 138.4 | 156 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 188 | 0 | 0.69 | 0.22 | 0.05 | 319.52 | 0.86 | 0.62 |
| Hex | F2 | 4C | BC | 0 | 45 | 16 | 5 | 140 | 56 | 3E |
| Octal | 362 | 114 | 274 | 0 | 105 | 26 | 5 | 500 | 126 | 76 |
| Binary | 11110010 | 1001100 | 10111100 | 0 | 1000101 | 10110 | 101 | 101000000 | 1010110 | 111110 |
Color Harmonies of #F24CBC
Complementary color
Monochromatic Colors of #F24CBC
Black with #F24CBC
Text Example
Text Example
White with #F24CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24CBC; }
p { color: rgb(242,76,188); }
H1.HeaderClassName
{
color: #F24CBC;
}
.AnyTagClassName
{
color: #F24CBC;
}
</style>
background-color css
<style>
a { background-color: #F24CBC; }
a { background-color: rgb(242,76,188); }
div.DivClassName
{
background-color: #F24CBC;
}
.BgClassName
{
background-color: #F24CBC;
}
</style>
border-color css
<style>
span { border-color: #F24CBC; }
span { border-color: rgb(242,76,188); }
td.TdClassName
{
border-color: #F24CBC;
}
.TagClassName
{
border-color: #F24CBC;
}
</style>