Shades of Razzle Dazzle Rose #F938BA
Tints of Razzle Dazzle Rose #F938BA
RGB
CMYK
RGB Variations
Color information
#F938BA (or 0xF938BA) is known color: Razzle Dazzle Rose. HEX triplet: F9, 38 and BA. RGB value is (249,56,186). Sum of RGB (Red+Green+Blue) = 249+56+186=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 56 (22.27% from 255 or 11.41% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F938BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F938BA is #06C745. Grayscale: #808080. Windows color (decimal): -444230 or 12204281. OLE color: 12204281.
HSL color Cylindrical-coordinate representation of color #F938BA: hue angle of 319.59º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F938BA is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 56 | 186 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.02 |
| HSL | 319.59º | 0.94% | 0.6% | - |
| HSV(B) | 319.59º | 0.78% | 0.98% | - |
| XYZ | 49.34 | 26.51 | 48.97 | - |
| YUV | 128.53 | 160.44 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 56 | 186 | 0 | 0.78 | 0.25 | 0.02 | 319.59 | 0.94 | 0.6 |
| Hex | F9 | 38 | BA | 0 | 4E | 19 | 2 | 140 | 5E | 3C |
| Octal | 371 | 70 | 272 | 0 | 116 | 31 | 2 | 500 | 136 | 74 |
| Binary | 11111001 | 111000 | 10111010 | 0 | 1001110 | 11001 | 10 | 101000000 | 1011110 | 111100 |
Color Harmonies of #F938BA
Complementary color
Monochromatic Colors of #F938BA
Black with #F938BA
Text Example
Text Example
White with #F938BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F938BA; }
p { color: rgb(249,56,186); }
H1.HeaderClassName
{
color: #F938BA;
}
.AnyTagClassName
{
color: #F938BA;
}
</style>
background-color css
<style>
a { background-color: #F938BA; }
a { background-color: rgb(249,56,186); }
div.DivClassName
{
background-color: #F938BA;
}
.BgClassName
{
background-color: #F938BA;
}
</style>
border-color css
<style>
span { border-color: #F938BA; }
span { border-color: rgb(249,56,186); }
td.TdClassName
{
border-color: #F938BA;
}
.TagClassName
{
border-color: #F938BA;
}
</style>