Shades of Razzle Dazzle Rose #F235D1
Tints of Razzle Dazzle Rose #F235D1
RGB
CMYK
RGB Variations
Color information
#F235D1 (or 0xF235D1) is known color: Razzle Dazzle Rose. HEX triplet: F2, 35 and D1. RGB value is (242,53,209). Sum of RGB (Red+Green+Blue) = 242+53+209=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 53 (21.09% from 255 or 10.52% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F235D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F235D1 is #0DCA2E. Grayscale: #7E7E7E. Windows color (decimal): -903727 or 13710834. OLE color: 13710834.
HSL color Cylindrical-coordinate representation of color #F235D1: hue angle of 310.48º 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 #F235D1 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 209 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.05 |
| HSL | 310.48º | 0.88% | 0.58% | - |
| HSV(B) | 310.48º | 0.78% | 0.95% | - |
| XYZ | 49.4 | 26.03 | 62.74 | - |
| YUV | 127.3 | 174.12 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 209 | 0 | 0.78 | 0.14 | 0.05 | 310.48 | 0.88 | 0.58 |
| Hex | F2 | 35 | D1 | 0 | 4E | E | 5 | 136 | 58 | 3A |
| Octal | 362 | 65 | 321 | 0 | 116 | 16 | 5 | 466 | 130 | 72 |
| Binary | 11110010 | 110101 | 11010001 | 0 | 1001110 | 1110 | 101 | 100110110 | 1011000 | 111010 |
Color Harmonies of #F235D1
Complementary color
Monochromatic Colors of #F235D1
Black with #F235D1
Text Example
Text Example
White with #F235D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F235D1; }
p { color: rgb(242,53,209); }
H1.HeaderClassName
{
color: #F235D1;
}
.AnyTagClassName
{
color: #F235D1;
}
</style>
background-color css
<style>
a { background-color: #F235D1; }
a { background-color: rgb(242,53,209); }
div.DivClassName
{
background-color: #F235D1;
}
.BgClassName
{
background-color: #F235D1;
}
</style>
border-color css
<style>
span { border-color: #F235D1; }
span { border-color: rgb(242,53,209); }
td.TdClassName
{
border-color: #F235D1;
}
.TagClassName
{
border-color: #F235D1;
}
</style>