Shades of Razzle Dazzle Rose #F236C4
Tints of Razzle Dazzle Rose #F236C4
RGB
CMYK
RGB Variations
Color information
#F236C4 (or 0xF236C4) is known color: Razzle Dazzle Rose. HEX triplet: F2, 36 and C4. RGB value is (242,54,196). Sum of RGB (Red+Green+Blue) = 242+54+196=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 54 (21.48% from 255 or 10.98% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F236C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F236C4 is #0DC93B. Grayscale: #7E7E7E. Windows color (decimal): -903484 or 12859122. OLE color: 12859122.
HSL color Cylindrical-coordinate representation of color #F236C4: hue angle of 314.68º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F236C4 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 196 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.05 |
| HSL | 314.68º | 0.88% | 0.58% | - |
| HSV(B) | 314.68º | 0.78% | 0.95% | - |
| XYZ | 47.9 | 25.5 | 54.62 | - |
| YUV | 126.4 | 167.28 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 196 | 0 | 0.78 | 0.19 | 0.05 | 314.68 | 0.88 | 0.58 |
| Hex | F2 | 36 | C4 | 0 | 4E | 13 | 5 | 13B | 58 | 3A |
| Octal | 362 | 66 | 304 | 0 | 116 | 23 | 5 | 473 | 130 | 72 |
| Binary | 11110010 | 110110 | 11000100 | 0 | 1001110 | 10011 | 101 | 100111011 | 1011000 | 111010 |
Color Harmonies of #F236C4
Complementary color
Monochromatic Colors of #F236C4
Black with #F236C4
Text Example
Text Example
White with #F236C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F236C4; }
p { color: rgb(242,54,196); }
H1.HeaderClassName
{
color: #F236C4;
}
.AnyTagClassName
{
color: #F236C4;
}
</style>
background-color css
<style>
a { background-color: #F236C4; }
a { background-color: rgb(242,54,196); }
div.DivClassName
{
background-color: #F236C4;
}
.BgClassName
{
background-color: #F236C4;
}
</style>
border-color css
<style>
span { border-color: #F236C4; }
span { border-color: rgb(242,54,196); }
td.TdClassName
{
border-color: #F236C4;
}
.TagClassName
{
border-color: #F236C4;
}
</style>