Shades of Razzle Dazzle Rose #F538B8
Tints of Razzle Dazzle Rose #F538B8
RGB
CMYK
RGB Variations
Color information
#F538B8 (or 0xF538B8) is known color: Razzle Dazzle Rose. HEX triplet: F5, 38 and B8. RGB value is (245,56,184). Sum of RGB (Red+Green+Blue) = 245+56+184=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F538B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F538B8 is #0AC747. Grayscale: #7E7E7E. Windows color (decimal): -706376 or 12073205. OLE color: 12073205.
HSL color Cylindrical-coordinate representation of color #F538B8: hue angle of 319.37º 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 #F538B8 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 184 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.04 |
| HSL | 319.37º | 0.9% | 0.59% | - |
| HSV(B) | 319.37º | 0.77% | 0.96% | - |
| XYZ | 47.72 | 25.7 | 47.79 | - |
| YUV | 127.1 | 160.12 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 184 | 0 | 0.77 | 0.25 | 0.04 | 319.37 | 0.9 | 0.59 |
| Hex | F5 | 38 | B8 | 0 | 4D | 19 | 4 | 13F | 5A | 3B |
| Octal | 365 | 70 | 270 | 0 | 115 | 31 | 4 | 477 | 132 | 73 |
| Binary | 11110101 | 111000 | 10111000 | 0 | 1001101 | 11001 | 100 | 100111111 | 1011010 | 111011 |
Color Harmonies of #F538B8
Complementary color
Monochromatic Colors of #F538B8
Black with #F538B8
Text Example
Text Example
White with #F538B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F538B8; }
p { color: rgb(245,56,184); }
H1.HeaderClassName
{
color: #F538B8;
}
.AnyTagClassName
{
color: #F538B8;
}
</style>
background-color css
<style>
a { background-color: #F538B8; }
a { background-color: rgb(245,56,184); }
div.DivClassName
{
background-color: #F538B8;
}
.BgClassName
{
background-color: #F538B8;
}
</style>
border-color css
<style>
span { border-color: #F538B8; }
span { border-color: rgb(245,56,184); }
td.TdClassName
{
border-color: #F538B8;
}
.TagClassName
{
border-color: #F538B8;
}
</style>