Shades of Razzle Dazzle Rose #F935C4
Tints of Razzle Dazzle Rose #F935C4
RGB
CMYK
RGB Variations
Color information
#F935C4 (or 0xF935C4) is known color: Razzle Dazzle Rose. HEX triplet: F9, 35 and C4. RGB value is (249,53,196). Sum of RGB (Red+Green+Blue) = 249+53+196=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 53 (21.09% from 255 or 10.64% from 498); Blue value is 196 (76.95% from 255 or 39.36% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F935C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F935C4 is #06CA3B. Grayscale: #7F7F7F. Windows color (decimal): -444988 or 12858873. OLE color: 12858873.
HSL color Cylindrical-coordinate representation of color #F935C4: hue angle of 316.22º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F935C4 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 196 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.02 |
| HSL | 316.22º | 0.94% | 0.59% | - |
| HSV(B) | 316.22º | 0.79% | 0.98% | - |
| XYZ | 50.3 | 26.67 | 54.72 | - |
| YUV | 127.91 | 166.43 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 196 | 0 | 0.79 | 0.21 | 0.02 | 316.22 | 0.94 | 0.59 |
| Hex | F9 | 35 | C4 | 0 | 4F | 15 | 2 | 13C | 5E | 3B |
| Octal | 371 | 65 | 304 | 0 | 117 | 25 | 2 | 474 | 136 | 73 |
| Binary | 11111001 | 110101 | 11000100 | 0 | 1001111 | 10101 | 10 | 100111100 | 1011110 | 111011 |
Color Harmonies of #F935C4
Complementary color
Monochromatic Colors of #F935C4
Black with #F935C4
Text Example
Text Example
White with #F935C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F935C4; }
p { color: rgb(249,53,196); }
H1.HeaderClassName
{
color: #F935C4;
}
.AnyTagClassName
{
color: #F935C4;
}
</style>
background-color css
<style>
a { background-color: #F935C4; }
a { background-color: rgb(249,53,196); }
div.DivClassName
{
background-color: #F935C4;
}
.BgClassName
{
background-color: #F935C4;
}
</style>
border-color css
<style>
span { border-color: #F935C4; }
span { border-color: rgb(249,53,196); }
td.TdClassName
{
border-color: #F935C4;
}
.TagClassName
{
border-color: #F935C4;
}
</style>