Shades of Razzle Dazzle Rose #F245BA
Tints of Razzle Dazzle Rose #F245BA
RGB
CMYK
RGB Variations
Color information
#F245BA (or 0xF245BA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 45 and BA. RGB value is (242,69,186). Sum of RGB (Red+Green+Blue) = 242+69+186=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F245BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F245BA is #0DBA45. Grayscale: #858585. Windows color (decimal): -899654 or 12207602. OLE color: 12207602.
HSL color Cylindrical-coordinate representation of color #F245BA: hue angle of 319.42º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F245BA is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 186 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.05 |
| HSL | 319.42º | 0.87% | 0.61% | - |
| HSV(B) | 319.42º | 0.71% | 0.95% | - |
| XYZ | 47.61 | 26.68 | 49.09 | - |
| YUV | 134.07 | 157.31 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 186 | 0 | 0.71 | 0.23 | 0.05 | 319.42 | 0.87 | 0.61 |
| Hex | F2 | 45 | BA | 0 | 47 | 17 | 5 | 13F | 57 | 3D |
| Octal | 362 | 105 | 272 | 0 | 107 | 27 | 5 | 477 | 127 | 75 |
| Binary | 11110010 | 1000101 | 10111010 | 0 | 1000111 | 10111 | 101 | 100111111 | 1010111 | 111101 |
Color Harmonies of #F245BA
Complementary color
Monochromatic Colors of #F245BA
Black with #F245BA
Text Example
Text Example
White with #F245BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F245BA; }
p { color: rgb(242,69,186); }
H1.HeaderClassName
{
color: #F245BA;
}
.AnyTagClassName
{
color: #F245BA;
}
</style>
background-color css
<style>
a { background-color: #F245BA; }
a { background-color: rgb(242,69,186); }
div.DivClassName
{
background-color: #F245BA;
}
.BgClassName
{
background-color: #F245BA;
}
</style>
border-color css
<style>
span { border-color: #F245BA; }
span { border-color: rgb(242,69,186); }
td.TdClassName
{
border-color: #F245BA;
}
.TagClassName
{
border-color: #F245BA;
}
</style>