Shades of Razzle Dazzle Rose #F038BE
Tints of Razzle Dazzle Rose #F038BE
RGB
CMYK
RGB Variations
Color information
#F038BE (or 0xF038BE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 38 and BE. RGB value is (240,56,190). Sum of RGB (Red+Green+Blue) = 240+56+190=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F038BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F038BE is #0FC741. Grayscale: #7D7D7D. Windows color (decimal): -1034050 or 12466416. OLE color: 12466416.
HSL color Cylindrical-coordinate representation of color #F038BE: hue angle of 316.3º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F038BE is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 190 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.06 |
| HSL | 316.3º | 0.86% | 0.58% | - |
| HSV(B) | 316.3º | 0.77% | 0.94% | - |
| XYZ | 46.64 | 25.07 | 51.1 | - |
| YUV | 126.29 | 163.96 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 190 | 0 | 0.77 | 0.21 | 0.06 | 316.3 | 0.86 | 0.58 |
| Hex | F0 | 38 | BE | 0 | 4D | 15 | 6 | 13C | 56 | 3A |
| Octal | 360 | 70 | 276 | 0 | 115 | 25 | 6 | 474 | 126 | 72 |
| Binary | 11110000 | 111000 | 10111110 | 0 | 1001101 | 10101 | 110 | 100111100 | 1010110 | 111010 |
Color Harmonies of #F038BE
Complementary color
Monochromatic Colors of #F038BE
Black with #F038BE
Text Example
Text Example
White with #F038BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F038BE; }
p { color: rgb(240,56,190); }
H1.HeaderClassName
{
color: #F038BE;
}
.AnyTagClassName
{
color: #F038BE;
}
</style>
background-color css
<style>
a { background-color: #F038BE; }
a { background-color: rgb(240,56,190); }
div.DivClassName
{
background-color: #F038BE;
}
.BgClassName
{
background-color: #F038BE;
}
</style>
border-color css
<style>
span { border-color: #F038BE; }
span { border-color: rgb(240,56,190); }
td.TdClassName
{
border-color: #F038BE;
}
.TagClassName
{
border-color: #F038BE;
}
</style>