Shades of Razzle Dazzle Rose #F432F1
Tints of Razzle Dazzle Rose #F432F1
RGB
CMYK
RGB Variations
Color information
#F432F1 (or 0xF432F1) is known color: Razzle Dazzle Rose. HEX triplet: F4, 32 and F1. RGB value is (244,50,241). Sum of RGB (Red+Green+Blue) = 244+50+241=535 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.61% from 535); Green value is 50 (19.92% from 255 or 9.35% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 244 - color contains mainly: red. Hex color #F432F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F432F1 is #0BCD0E. Grayscale: #818181. Windows color (decimal): -773391 or 15807220. OLE color: 15807220.
HSL color Cylindrical-coordinate representation of color #F432F1: hue angle of 300.93º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F432F1 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 241 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.04 |
| HSL | 300.93º | 0.9% | 0.58% | - |
| HSV(B) | 300.93º | 0.8% | 0.96% | - |
| XYZ | 54.33 | 27.87 | 85.73 | - |
| YUV | 129.78 | 190.77 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 241 | 0 | 0.80 | 0.01 | 0.04 | 300.93 | 0.9 | 0.58 |
| Hex | F4 | 32 | F1 | 0 | 50 | 1 | 4 | 12D | 5A | 3A |
| Octal | 364 | 62 | 361 | 0 | 120 | 1 | 4 | 455 | 132 | 72 |
| Binary | 11110100 | 110010 | 11110001 | 0 | 1010000 | 1 | 100 | 100101101 | 1011010 | 111010 |
Color Harmonies of #F432F1
Complementary color
Monochromatic Colors of #F432F1
Black with #F432F1
Text Example
Text Example
White with #F432F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F432F1; }
p { color: rgb(244,50,241); }
H1.HeaderClassName
{
color: #F432F1;
}
.AnyTagClassName
{
color: #F432F1;
}
</style>
background-color css
<style>
a { background-color: #F432F1; }
a { background-color: rgb(244,50,241); }
div.DivClassName
{
background-color: #F432F1;
}
.BgClassName
{
background-color: #F432F1;
}
</style>
border-color css
<style>
span { border-color: #F432F1; }
span { border-color: rgb(244,50,241); }
td.TdClassName
{
border-color: #F432F1;
}
.TagClassName
{
border-color: #F432F1;
}
</style>