Shades of Razzle Dazzle Rose #F538D0
Tints of Razzle Dazzle Rose #F538D0
RGB
CMYK
RGB Variations
Color information
#F538D0 (or 0xF538D0) is known color: Razzle Dazzle Rose. HEX triplet: F5, 38 and D0. RGB value is (245,56,208). Sum of RGB (Red+Green+Blue) = 245+56+208=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 56 (22.27% from 255 or 11.00% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F538D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F538D0 is #0AC72F. Grayscale: #818181. Windows color (decimal): -706352 or 13646069. OLE color: 13646069.
HSL color Cylindrical-coordinate representation of color #F538D0: hue angle of 311.75º 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 #F538D0 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 208 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.04 |
| HSL | 311.75º | 0.9% | 0.59% | - |
| HSV(B) | 311.75º | 0.77% | 0.96% | - |
| XYZ | 50.46 | 26.79 | 62.19 | - |
| YUV | 129.84 | 172.12 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 208 | 0 | 0.77 | 0.15 | 0.04 | 311.75 | 0.9 | 0.59 |
| Hex | F5 | 38 | D0 | 0 | 4D | F | 4 | 138 | 5A | 3B |
| Octal | 365 | 70 | 320 | 0 | 115 | 17 | 4 | 470 | 132 | 73 |
| Binary | 11110101 | 111000 | 11010000 | 0 | 1001101 | 1111 | 100 | 100111000 | 1011010 | 111011 |
Color Harmonies of #F538D0
Complementary color
Monochromatic Colors of #F538D0
Black with #F538D0
Text Example
Text Example
White with #F538D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F538D0; }
p { color: rgb(245,56,208); }
H1.HeaderClassName
{
color: #F538D0;
}
.AnyTagClassName
{
color: #F538D0;
}
</style>
background-color css
<style>
a { background-color: #F538D0; }
a { background-color: rgb(245,56,208); }
div.DivClassName
{
background-color: #F538D0;
}
.BgClassName
{
background-color: #F538D0;
}
</style>
border-color css
<style>
span { border-color: #F538D0; }
span { border-color: rgb(245,56,208); }
td.TdClassName
{
border-color: #F538D0;
}
.TagClassName
{
border-color: #F538D0;
}
</style>