Shades of Razzle Dazzle Rose #F438E5
Tints of Razzle Dazzle Rose #F438E5
RGB
CMYK
RGB Variations
Color information
#F438E5 (or 0xF438E5) is known color: Razzle Dazzle Rose. HEX triplet: F4, 38 and E5. RGB value is (244,56,229). Sum of RGB (Red+Green+Blue) = 244+56+229=529 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.12% from 529); Green value is 56 (22.27% from 255 or 10.59% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 244 - color contains mainly: red. Hex color #F438E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F438E5 is #0BC71A. Grayscale: #838383. Windows color (decimal): -771867 or 15022324. OLE color: 15022324.
HSL color Cylindrical-coordinate representation of color #F438E5: hue angle of 304.79º 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 #F438E5 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 56 | 229 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.04 |
| HSL | 304.79º | 0.9% | 0.59% | - |
| HSV(B) | 304.79º | 0.77% | 0.96% | - |
| XYZ | 52.87 | 27.72 | 76.69 | - |
| YUV | 131.93 | 182.78 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 56 | 229 | 0 | 0.77 | 0.06 | 0.04 | 304.79 | 0.9 | 0.59 |
| Hex | F4 | 38 | E5 | 0 | 4D | 6 | 4 | 131 | 5A | 3B |
| Octal | 364 | 70 | 345 | 0 | 115 | 6 | 4 | 461 | 132 | 73 |
| Binary | 11110100 | 111000 | 11100101 | 0 | 1001101 | 110 | 100 | 100110001 | 1011010 | 111011 |
Color Harmonies of #F438E5
Complementary color
Monochromatic Colors of #F438E5
Black with #F438E5
Text Example
Text Example
White with #F438E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F438E5; }
p { color: rgb(244,56,229); }
H1.HeaderClassName
{
color: #F438E5;
}
.AnyTagClassName
{
color: #F438E5;
}
</style>
background-color css
<style>
a { background-color: #F438E5; }
a { background-color: rgb(244,56,229); }
div.DivClassName
{
background-color: #F438E5;
}
.BgClassName
{
background-color: #F438E5;
}
</style>
border-color css
<style>
span { border-color: #F438E5; }
span { border-color: rgb(244,56,229); }
td.TdClassName
{
border-color: #F438E5;
}
.TagClassName
{
border-color: #F438E5;
}
</style>