Shades of Razzle Dazzle Rose #F938C2
Tints of Razzle Dazzle Rose #F938C2
RGB
CMYK
RGB Variations
Color information
#F938C2 (or 0xF938C2) is known color: Razzle Dazzle Rose. HEX triplet: F9, 38 and C2. RGB value is (249,56,194). Sum of RGB (Red+Green+Blue) = 249+56+194=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 56 (22.27% from 255 or 11.22% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F938C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F938C2 is #06C73D. Grayscale: #818181. Windows color (decimal): -444222 or 12728569. OLE color: 12728569.
HSL color Cylindrical-coordinate representation of color #F938C2: hue angle of 317.1º 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 #F938C2 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 56 | 194 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.02 |
| HSL | 317.1º | 0.94% | 0.6% | - |
| HSV(B) | 317.1º | 0.78% | 0.98% | - |
| XYZ | 50.22 | 26.86 | 53.58 | - |
| YUV | 129.44 | 164.44 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 56 | 194 | 0 | 0.78 | 0.22 | 0.02 | 317.1 | 0.94 | 0.6 |
| Hex | F9 | 38 | C2 | 0 | 4E | 16 | 2 | 13D | 5E | 3C |
| Octal | 371 | 70 | 302 | 0 | 116 | 26 | 2 | 475 | 136 | 74 |
| Binary | 11111001 | 111000 | 11000010 | 0 | 1001110 | 10110 | 10 | 100111101 | 1011110 | 111100 |
Color Harmonies of #F938C2
Complementary color
Monochromatic Colors of #F938C2
Black with #F938C2
Text Example
Text Example
White with #F938C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F938C2; }
p { color: rgb(249,56,194); }
H1.HeaderClassName
{
color: #F938C2;
}
.AnyTagClassName
{
color: #F938C2;
}
</style>
background-color css
<style>
a { background-color: #F938C2; }
a { background-color: rgb(249,56,194); }
div.DivClassName
{
background-color: #F938C2;
}
.BgClassName
{
background-color: #F938C2;
}
</style>
border-color css
<style>
span { border-color: #F938C2; }
span { border-color: rgb(249,56,194); }
td.TdClassName
{
border-color: #F938C2;
}
.TagClassName
{
border-color: #F938C2;
}
</style>