Shades of Razzle Dazzle Rose #F942E7
Tints of Razzle Dazzle Rose #F942E7
RGB
CMYK
RGB Variations
Color information
#F942E7 (or 0xF942E7) is known color: Razzle Dazzle Rose. HEX triplet: F9, 42 and E7. RGB value is (249,66,231). Sum of RGB (Red+Green+Blue) = 249+66+231=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 66 (26.17% from 255 or 12.09% from 546); Blue value is 231 (90.62% from 255 or 42.31% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F942E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F942E7 is #06BD18. Grayscale: #8B8B8B. Windows color (decimal): -441625 or 15155961. OLE color: 15155961.
HSL color Cylindrical-coordinate representation of color #F942E7: hue angle of 305.9º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F942E7 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 231 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.02 |
| HSL | 305.9º | 0.94% | 0.62% | - |
| HSV(B) | 305.9º | 0.73% | 0.98% | - |
| XYZ | 55.44 | 29.81 | 78.43 | - |
| YUV | 139.53 | 179.63 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 231 | 0 | 0.73 | 0.07 | 0.02 | 305.9 | 0.94 | 0.62 |
| Hex | F9 | 42 | E7 | 0 | 49 | 7 | 2 | 132 | 5E | 3E |
| Octal | 371 | 102 | 347 | 0 | 111 | 7 | 2 | 462 | 136 | 76 |
| Binary | 11111001 | 1000010 | 11100111 | 0 | 1001001 | 111 | 10 | 100110010 | 1011110 | 111110 |
Color Harmonies of #F942E7
Complementary color
Monochromatic Colors of #F942E7
Black with #F942E7
Text Example
Text Example
White with #F942E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F942E7; }
p { color: rgb(249,66,231); }
H1.HeaderClassName
{
color: #F942E7;
}
.AnyTagClassName
{
color: #F942E7;
}
</style>
background-color css
<style>
a { background-color: #F942E7; }
a { background-color: rgb(249,66,231); }
div.DivClassName
{
background-color: #F942E7;
}
.BgClassName
{
background-color: #F942E7;
}
</style>
border-color css
<style>
span { border-color: #F942E7; }
span { border-color: rgb(249,66,231); }
td.TdClassName
{
border-color: #F942E7;
}
.TagClassName
{
border-color: #F942E7;
}
</style>