Shades of Razzle Dazzle Rose #F038CC
Tints of Razzle Dazzle Rose #F038CC
RGB
CMYK
RGB Variations
Color information
#F038CC (or 0xF038CC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 38 and CC. RGB value is (240,56,204). Sum of RGB (Red+Green+Blue) = 240+56+204=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 56 (22.27% from 255 or 11.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F038CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F038CC is #0FC733. Grayscale: #7F7F7F. Windows color (decimal): -1034036 or 13383920. OLE color: 13383920.
HSL color Cylindrical-coordinate representation of color #F038CC: hue angle of 311.74º 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 #F038CC is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 204 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.06 |
| HSL | 311.74º | 0.86% | 0.58% | - |
| HSV(B) | 311.74º | 0.77% | 0.94% | - |
| XYZ | 48.25 | 25.71 | 59.55 | - |
| YUV | 127.89 | 170.96 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 204 | 0 | 0.77 | 0.15 | 0.06 | 311.74 | 0.86 | 0.58 |
| Hex | F0 | 38 | CC | 0 | 4D | F | 6 | 138 | 56 | 3A |
| Octal | 360 | 70 | 314 | 0 | 115 | 17 | 6 | 470 | 126 | 72 |
| Binary | 11110000 | 111000 | 11001100 | 0 | 1001101 | 1111 | 110 | 100111000 | 1010110 | 111010 |
Color Harmonies of #F038CC
Complementary color
Monochromatic Colors of #F038CC
Black with #F038CC
Text Example
Text Example
White with #F038CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F038CC; }
p { color: rgb(240,56,204); }
H1.HeaderClassName
{
color: #F038CC;
}
.AnyTagClassName
{
color: #F038CC;
}
</style>
background-color css
<style>
a { background-color: #F038CC; }
a { background-color: rgb(240,56,204); }
div.DivClassName
{
background-color: #F038CC;
}
.BgClassName
{
background-color: #F038CC;
}
</style>
border-color css
<style>
span { border-color: #F038CC; }
span { border-color: rgb(240,56,204); }
td.TdClassName
{
border-color: #F038CC;
}
.TagClassName
{
border-color: #F038CC;
}
</style>