Shades of Razzle Dazzle Rose #F548D2
Tints of Razzle Dazzle Rose #F548D2
RGB
CMYK
RGB Variations
Color information
#F548D2 (or 0xF548D2) is known color: Razzle Dazzle Rose. HEX triplet: F5, 48 and D2. RGB value is (245,72,210). Sum of RGB (Red+Green+Blue) = 245+72+210=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 72 (28.52% from 255 or 13.66% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F548D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F548D2 is #0AB72D. Grayscale: #8B8B8B. Windows color (decimal): -702254 or 13781237. OLE color: 13781237.
HSL color Cylindrical-coordinate representation of color #F548D2: hue angle of 312.14º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F548D2 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 210 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.04 |
| HSL | 312.14º | 0.9% | 0.62% | - |
| HSV(B) | 312.14º | 0.71% | 0.96% | - |
| XYZ | 51.61 | 28.7 | 63.79 | - |
| YUV | 139.46 | 167.81 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 210 | 0 | 0.71 | 0.14 | 0.04 | 312.14 | 0.9 | 0.62 |
| Hex | F5 | 48 | D2 | 0 | 47 | E | 4 | 138 | 5A | 3E |
| Octal | 365 | 110 | 322 | 0 | 107 | 16 | 4 | 470 | 132 | 76 |
| Binary | 11110101 | 1001000 | 11010010 | 0 | 1000111 | 1110 | 100 | 100111000 | 1011010 | 111110 |
Color Harmonies of #F548D2
Complementary color
Monochromatic Colors of #F548D2
Black with #F548D2
Text Example
Text Example
White with #F548D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F548D2; }
p { color: rgb(245,72,210); }
H1.HeaderClassName
{
color: #F548D2;
}
.AnyTagClassName
{
color: #F548D2;
}
</style>
background-color css
<style>
a { background-color: #F548D2; }
a { background-color: rgb(245,72,210); }
div.DivClassName
{
background-color: #F548D2;
}
.BgClassName
{
background-color: #F548D2;
}
</style>
border-color css
<style>
span { border-color: #F548D2; }
span { border-color: rgb(245,72,210); }
td.TdClassName
{
border-color: #F548D2;
}
.TagClassName
{
border-color: #F548D2;
}
</style>