Shades of Razzle Dazzle Rose #F538C2
Tints of Razzle Dazzle Rose #F538C2
RGB
CMYK
RGB Variations
Color information
#F538C2 (or 0xF538C2) is known color: Razzle Dazzle Rose. HEX triplet: F5, 38 and C2. RGB value is (245,56,194). Sum of RGB (Red+Green+Blue) = 245+56+194=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 56 (22.27% from 255 or 11.31% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F538C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F538C2 is #0AC73D. Grayscale: #7F7F7F. Windows color (decimal): -706366 or 12728565. OLE color: 12728565.
HSL color Cylindrical-coordinate representation of color #F538C2: hue angle of 316.19º 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 #F538C2 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 194 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.04 |
| HSL | 316.19º | 0.9% | 0.59% | - |
| HSV(B) | 316.19º | 0.77% | 0.96% | - |
| XYZ | 48.81 | 26.14 | 53.51 | - |
| YUV | 128.24 | 165.12 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 194 | 0 | 0.77 | 0.21 | 0.04 | 316.19 | 0.9 | 0.59 |
| Hex | F5 | 38 | C2 | 0 | 4D | 15 | 4 | 13C | 5A | 3B |
| Octal | 365 | 70 | 302 | 0 | 115 | 25 | 4 | 474 | 132 | 73 |
| Binary | 11110101 | 111000 | 11000010 | 0 | 1001101 | 10101 | 100 | 100111100 | 1011010 | 111011 |
Color Harmonies of #F538C2
Complementary color
Monochromatic Colors of #F538C2
Black with #F538C2
Text Example
Text Example
White with #F538C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F538C2; }
p { color: rgb(245,56,194); }
H1.HeaderClassName
{
color: #F538C2;
}
.AnyTagClassName
{
color: #F538C2;
}
</style>
background-color css
<style>
a { background-color: #F538C2; }
a { background-color: rgb(245,56,194); }
div.DivClassName
{
background-color: #F538C2;
}
.BgClassName
{
background-color: #F538C2;
}
</style>
border-color css
<style>
span { border-color: #F538C2; }
span { border-color: rgb(245,56,194); }
td.TdClassName
{
border-color: #F538C2;
}
.TagClassName
{
border-color: #F538C2;
}
</style>