Shades of Razzle Dazzle Rose #F943E5
Tints of Razzle Dazzle Rose #F943E5
RGB
CMYK
RGB Variations
Color information
#F943E5 (or 0xF943E5) is known color: Razzle Dazzle Rose. HEX triplet: F9, 43 and E5. RGB value is (249,67,229). Sum of RGB (Red+Green+Blue) = 249+67+229=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 67 (26.56% from 255 or 12.29% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F943E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F943E5 is #06BC1A. Grayscale: #8B8B8B. Windows color (decimal): -441371 or 15025145. OLE color: 15025145.
HSL color Cylindrical-coordinate representation of color #F943E5: hue angle of 306.59º 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 #F943E5 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 67 | 229 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.02 |
| HSL | 306.59º | 0.94% | 0.62% | - |
| HSV(B) | 306.59º | 0.73% | 0.98% | - |
| XYZ | 55.22 | 29.81 | 76.97 | - |
| YUV | 139.89 | 178.3 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 67 | 229 | 0 | 0.73 | 0.08 | 0.02 | 306.59 | 0.94 | 0.62 |
| Hex | F9 | 43 | E5 | 0 | 49 | 8 | 2 | 133 | 5E | 3E |
| Octal | 371 | 103 | 345 | 0 | 111 | 10 | 2 | 463 | 136 | 76 |
| Binary | 11111001 | 1000011 | 11100101 | 0 | 1001001 | 1000 | 10 | 100110011 | 1011110 | 111110 |
Color Harmonies of #F943E5
Complementary color
Monochromatic Colors of #F943E5
Black with #F943E5
Text Example
Text Example
White with #F943E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F943E5; }
p { color: rgb(249,67,229); }
H1.HeaderClassName
{
color: #F943E5;
}
.AnyTagClassName
{
color: #F943E5;
}
</style>
background-color css
<style>
a { background-color: #F943E5; }
a { background-color: rgb(249,67,229); }
div.DivClassName
{
background-color: #F943E5;
}
.BgClassName
{
background-color: #F943E5;
}
</style>
border-color css
<style>
span { border-color: #F943E5; }
span { border-color: rgb(249,67,229); }
td.TdClassName
{
border-color: #F943E5;
}
.TagClassName
{
border-color: #F943E5;
}
</style>