Shades of Razzle Dazzle Rose #F438D7
Tints of Razzle Dazzle Rose #F438D7
RGB
CMYK
RGB Variations
Color information
#F438D7 (or 0xF438D7) is known color: Razzle Dazzle Rose. HEX triplet: F4, 38 and D7. RGB value is (244,56,215). Sum of RGB (Red+Green+Blue) = 244+56+215=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 56 (22.27% from 255 or 10.87% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F438D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F438D7 is #0BC728. Grayscale: #818181. Windows color (decimal): -771881 or 14104820. OLE color: 14104820.
HSL color Cylindrical-coordinate representation of color #F438D7: hue angle of 309.26º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F438D7 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 56 | 215 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.04 |
| HSL | 309.26º | 0.9% | 0.59% | - |
| HSV(B) | 309.26º | 0.77% | 0.96% | - |
| XYZ | 50.99 | 26.97 | 66.81 | - |
| YUV | 130.34 | 175.78 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 56 | 215 | 0 | 0.77 | 0.12 | 0.04 | 309.26 | 0.9 | 0.59 |
| Hex | F4 | 38 | D7 | 0 | 4D | C | 4 | 135 | 5A | 3B |
| Octal | 364 | 70 | 327 | 0 | 115 | 14 | 4 | 465 | 132 | 73 |
| Binary | 11110100 | 111000 | 11010111 | 0 | 1001101 | 1100 | 100 | 100110101 | 1011010 | 111011 |
Color Harmonies of #F438D7
Complementary color
Monochromatic Colors of #F438D7
Black with #F438D7
Text Example
Text Example
White with #F438D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F438D7; }
p { color: rgb(244,56,215); }
H1.HeaderClassName
{
color: #F438D7;
}
.AnyTagClassName
{
color: #F438D7;
}
</style>
background-color css
<style>
a { background-color: #F438D7; }
a { background-color: rgb(244,56,215); }
div.DivClassName
{
background-color: #F438D7;
}
.BgClassName
{
background-color: #F438D7;
}
</style>
border-color css
<style>
span { border-color: #F438D7; }
span { border-color: rgb(244,56,215); }
td.TdClassName
{
border-color: #F438D7;
}
.TagClassName
{
border-color: #F438D7;
}
</style>