Shades of Razzle Dazzle Rose #F934E3
Tints of Razzle Dazzle Rose #F934E3
RGB
CMYK
RGB Variations
Color information
#F934E3 (or 0xF934E3) is known color: Razzle Dazzle Rose. HEX triplet: F9, 34 and E3. RGB value is (249,52,227). Sum of RGB (Red+Green+Blue) = 249+52+227=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 52 (20.70% from 255 or 9.85% from 528); Blue value is 227 (89.06% from 255 or 42.99% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F934E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F934E3 is #06CB1C. Grayscale: #828282. Windows color (decimal): -445213 or 14890233. OLE color: 14890233.
HSL color Cylindrical-coordinate representation of color #F934E3: hue angle of 306.7º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F934E3 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 227 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.02 |
| HSL | 306.7º | 0.94% | 0.59% | - |
| HSV(B) | 306.7º | 0.79% | 0.98% | - |
| XYZ | 54.16 | 28.14 | 75.25 | - |
| YUV | 130.85 | 182.27 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 227 | 0 | 0.79 | 0.09 | 0.02 | 306.7 | 0.94 | 0.59 |
| Hex | F9 | 34 | E3 | 0 | 4F | 9 | 2 | 133 | 5E | 3B |
| Octal | 371 | 64 | 343 | 0 | 117 | 11 | 2 | 463 | 136 | 73 |
| Binary | 11111001 | 110100 | 11100011 | 0 | 1001111 | 1001 | 10 | 100110011 | 1011110 | 111011 |
Color Harmonies of #F934E3
Complementary color
Monochromatic Colors of #F934E3
Black with #F934E3
Text Example
Text Example
White with #F934E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F934E3; }
p { color: rgb(249,52,227); }
H1.HeaderClassName
{
color: #F934E3;
}
.AnyTagClassName
{
color: #F934E3;
}
</style>
background-color css
<style>
a { background-color: #F934E3; }
a { background-color: rgb(249,52,227); }
div.DivClassName
{
background-color: #F934E3;
}
.BgClassName
{
background-color: #F934E3;
}
</style>
border-color css
<style>
span { border-color: #F934E3; }
span { border-color: rgb(249,52,227); }
td.TdClassName
{
border-color: #F934E3;
}
.TagClassName
{
border-color: #F934E3;
}
</style>