Shades of Razzle Dazzle Rose #F937D4
Tints of Razzle Dazzle Rose #F937D4
RGB
CMYK
RGB Variations
Color information
#F937D4 (or 0xF937D4) is known color: Razzle Dazzle Rose. HEX triplet: F9, 37 and D4. RGB value is (249,55,212). Sum of RGB (Red+Green+Blue) = 249+55+212=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 55 (21.88% from 255 or 10.66% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F937D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F937D4 is #06C82B. Grayscale: #828282. Windows color (decimal): -444460 or 13907961. OLE color: 13907961.
HSL color Cylindrical-coordinate representation of color #F937D4: hue angle of 311.44º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F937D4 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 212 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.02 |
| HSL | 311.44º | 0.94% | 0.6% | - |
| HSV(B) | 311.44º | 0.78% | 0.98% | - |
| XYZ | 52.32 | 27.63 | 64.86 | - |
| YUV | 130.9 | 173.77 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 212 | 0 | 0.78 | 0.15 | 0.02 | 311.44 | 0.94 | 0.6 |
| Hex | F9 | 37 | D4 | 0 | 4E | F | 2 | 137 | 5E | 3C |
| Octal | 371 | 67 | 324 | 0 | 116 | 17 | 2 | 467 | 136 | 74 |
| Binary | 11111001 | 110111 | 11010100 | 0 | 1001110 | 1111 | 10 | 100110111 | 1011110 | 111100 |
Color Harmonies of #F937D4
Complementary color
Monochromatic Colors of #F937D4
Black with #F937D4
Text Example
Text Example
White with #F937D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F937D4; }
p { color: rgb(249,55,212); }
H1.HeaderClassName
{
color: #F937D4;
}
.AnyTagClassName
{
color: #F937D4;
}
</style>
background-color css
<style>
a { background-color: #F937D4; }
a { background-color: rgb(249,55,212); }
div.DivClassName
{
background-color: #F937D4;
}
.BgClassName
{
background-color: #F937D4;
}
</style>
border-color css
<style>
span { border-color: #F937D4; }
span { border-color: rgb(249,55,212); }
td.TdClassName
{
border-color: #F937D4;
}
.TagClassName
{
border-color: #F937D4;
}
</style>