Shades of Razzle Dazzle Rose #F237C1
Tints of Razzle Dazzle Rose #F237C1
RGB
CMYK
RGB Variations
Color information
#F237C1 (or 0xF237C1) is known color: Razzle Dazzle Rose. HEX triplet: F2, 37 and C1. RGB value is (242,55,193). Sum of RGB (Red+Green+Blue) = 242+55+193=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 55 (21.88% from 255 or 11.22% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F237C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F237C1 is #0DC83E. Grayscale: #7E7E7E. Windows color (decimal): -903231 or 12662770. OLE color: 12662770.
HSL color Cylindrical-coordinate representation of color #F237C1: hue angle of 315.72º 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 #F237C1 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 193 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.05 |
| HSL | 315.72º | 0.88% | 0.58% | - |
| HSV(B) | 315.72º | 0.77% | 0.95% | - |
| XYZ | 47.61 | 25.46 | 52.86 | - |
| YUV | 126.65 | 165.45 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 193 | 0 | 0.77 | 0.20 | 0.05 | 315.72 | 0.88 | 0.58 |
| Hex | F2 | 37 | C1 | 0 | 4D | 14 | 5 | 13C | 58 | 3A |
| Octal | 362 | 67 | 301 | 0 | 115 | 24 | 5 | 474 | 130 | 72 |
| Binary | 11110010 | 110111 | 11000001 | 0 | 1001101 | 10100 | 101 | 100111100 | 1011000 | 111010 |
Color Harmonies of #F237C1
Complementary color
Monochromatic Colors of #F237C1
Black with #F237C1
Text Example
Text Example
White with #F237C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F237C1; }
p { color: rgb(242,55,193); }
H1.HeaderClassName
{
color: #F237C1;
}
.AnyTagClassName
{
color: #F237C1;
}
</style>
background-color css
<style>
a { background-color: #F237C1; }
a { background-color: rgb(242,55,193); }
div.DivClassName
{
background-color: #F237C1;
}
.BgClassName
{
background-color: #F237C1;
}
</style>
border-color css
<style>
span { border-color: #F237C1; }
span { border-color: rgb(242,55,193); }
td.TdClassName
{
border-color: #F237C1;
}
.TagClassName
{
border-color: #F237C1;
}
</style>