Shades of Razzle Dazzle Rose #F438D4
Tints of Razzle Dazzle Rose #F438D4
RGB
CMYK
RGB Variations
Color information
#F438D4 (or 0xF438D4) is known color: Razzle Dazzle Rose. HEX triplet: F4, 38 and D4. RGB value is (244,56,212). Sum of RGB (Red+Green+Blue) = 244+56+212=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 56 (22.27% from 255 or 10.94% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F438D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F438D4 is #0BC72B. Grayscale: #818181. Windows color (decimal): -771884 or 13908212. OLE color: 13908212.
HSL color Cylindrical-coordinate representation of color #F438D4: hue angle of 310.21º 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 #F438D4 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 56 | 212 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.04 |
| HSL | 310.21º | 0.9% | 0.59% | - |
| HSV(B) | 310.21º | 0.77% | 0.96% | - |
| XYZ | 50.61 | 26.81 | 64.8 | - |
| YUV | 130 | 174.28 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 56 | 212 | 0 | 0.77 | 0.13 | 0.04 | 310.21 | 0.9 | 0.59 |
| Hex | F4 | 38 | D4 | 0 | 4D | D | 4 | 136 | 5A | 3B |
| Octal | 364 | 70 | 324 | 0 | 115 | 15 | 4 | 466 | 132 | 73 |
| Binary | 11110100 | 111000 | 11010100 | 0 | 1001101 | 1101 | 100 | 100110110 | 1011010 | 111011 |
Color Harmonies of #F438D4
Complementary color
Monochromatic Colors of #F438D4
Black with #F438D4
Text Example
Text Example
White with #F438D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F438D4; }
p { color: rgb(244,56,212); }
H1.HeaderClassName
{
color: #F438D4;
}
.AnyTagClassName
{
color: #F438D4;
}
</style>
background-color css
<style>
a { background-color: #F438D4; }
a { background-color: rgb(244,56,212); }
div.DivClassName
{
background-color: #F438D4;
}
.BgClassName
{
background-color: #F438D4;
}
</style>
border-color css
<style>
span { border-color: #F438D4; }
span { border-color: rgb(244,56,212); }
td.TdClassName
{
border-color: #F438D4;
}
.TagClassName
{
border-color: #F438D4;
}
</style>