Shades of Razzle Dazzle Rose #F238C2
Tints of Razzle Dazzle Rose #F238C2
RGB
CMYK
RGB Variations
Color information
#F238C2 (or 0xF238C2) is known color: Razzle Dazzle Rose. HEX triplet: F2, 38 and C2. RGB value is (242,56,194). Sum of RGB (Red+Green+Blue) = 242+56+194=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 56 (22.27% from 255 or 11.38% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F238C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F238C2 is #0DC73D. Grayscale: #7E7E7E. Windows color (decimal): -902974 or 12728562. OLE color: 12728562.
HSL color Cylindrical-coordinate representation of color #F238C2: hue angle of 315.48º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F238C2 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 194 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.05 |
| HSL | 315.48º | 0.88% | 0.58% | - |
| HSV(B) | 315.48º | 0.77% | 0.95% | - |
| XYZ | 47.77 | 25.6 | 53.46 | - |
| YUV | 127.35 | 165.62 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 194 | 0 | 0.77 | 0.20 | 0.05 | 315.48 | 0.88 | 0.58 |
| Hex | F2 | 38 | C2 | 0 | 4D | 14 | 5 | 13B | 58 | 3A |
| Octal | 362 | 70 | 302 | 0 | 115 | 24 | 5 | 473 | 130 | 72 |
| Binary | 11110010 | 111000 | 11000010 | 0 | 1001101 | 10100 | 101 | 100111011 | 1011000 | 111010 |
Color Harmonies of #F238C2
Complementary color
Monochromatic Colors of #F238C2
Black with #F238C2
Text Example
Text Example
White with #F238C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F238C2; }
p { color: rgb(242,56,194); }
H1.HeaderClassName
{
color: #F238C2;
}
.AnyTagClassName
{
color: #F238C2;
}
</style>
background-color css
<style>
a { background-color: #F238C2; }
a { background-color: rgb(242,56,194); }
div.DivClassName
{
background-color: #F238C2;
}
.BgClassName
{
background-color: #F238C2;
}
</style>
border-color css
<style>
span { border-color: #F238C2; }
span { border-color: rgb(242,56,194); }
td.TdClassName
{
border-color: #F238C2;
}
.TagClassName
{
border-color: #F238C2;
}
</style>