Shades of Razzle Dazzle Rose #F93AF1
Tints of Razzle Dazzle Rose #F93AF1
RGB
CMYK
RGB Variations
Color information
#F93AF1 (or 0xF93AF1) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3A and F1. RGB value is (249,58,241). Sum of RGB (Red+Green+Blue) = 249+58+241=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 58 (23.05% from 255 or 10.58% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F93AF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93AF1 is #06C50E. Grayscale: #878787. Windows color (decimal): -443663 or 15809273. OLE color: 15809273.
HSL color Cylindrical-coordinate representation of color #F93AF1: hue angle of 302.51º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93AF1 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 241 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.02 |
| HSL | 302.51º | 0.94% | 0.6% | - |
| HSV(B) | 302.51º | 0.77% | 0.98% | - |
| XYZ | 56.46 | 29.52 | 85.94 | - |
| YUV | 135.97 | 187.28 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 241 | 0 | 0.77 | 0.03 | 0.02 | 302.51 | 0.94 | 0.6 |
| Hex | F9 | 3A | F1 | 0 | 4D | 3 | 2 | 12F | 5E | 3C |
| Octal | 371 | 72 | 361 | 0 | 115 | 3 | 2 | 457 | 136 | 74 |
| Binary | 11111001 | 111010 | 11110001 | 0 | 1001101 | 11 | 10 | 100101111 | 1011110 | 111100 |
Color Harmonies of #F93AF1
Complementary color
Monochromatic Colors of #F93AF1
Black with #F93AF1
Text Example
Text Example
White with #F93AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93AF1; }
p { color: rgb(249,58,241); }
H1.HeaderClassName
{
color: #F93AF1;
}
.AnyTagClassName
{
color: #F93AF1;
}
</style>
background-color css
<style>
a { background-color: #F93AF1; }
a { background-color: rgb(249,58,241); }
div.DivClassName
{
background-color: #F93AF1;
}
.BgClassName
{
background-color: #F93AF1;
}
</style>
border-color css
<style>
span { border-color: #F93AF1; }
span { border-color: rgb(249,58,241); }
td.TdClassName
{
border-color: #F93AF1;
}
.TagClassName
{
border-color: #F93AF1;
}
</style>