Shades of Razzle Dazzle Rose #F835C2
Tints of Razzle Dazzle Rose #F835C2
RGB
CMYK
RGB Variations
Color information
#F835C2 (or 0xF835C2) is known color: Razzle Dazzle Rose. HEX triplet: F8, 35 and C2. RGB value is (248,53,194). Sum of RGB (Red+Green+Blue) = 248+53+194=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 53 (21.09% from 255 or 10.71% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F835C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F835C2 is #07CA3D. Grayscale: #7F7F7F. Windows color (decimal): -510526 or 12727800. OLE color: 12727800.
HSL color Cylindrical-coordinate representation of color #F835C2: hue angle of 316.62º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F835C2 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 53 | 194 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.03 |
| HSL | 316.62º | 0.93% | 0.59% | - |
| HSV(B) | 316.62º | 0.79% | 0.97% | - |
| XYZ | 49.72 | 26.4 | 53.51 | - |
| YUV | 127.38 | 165.6 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 53 | 194 | 0 | 0.79 | 0.22 | 0.03 | 316.62 | 0.93 | 0.59 |
| Hex | F8 | 35 | C2 | 0 | 4F | 16 | 3 | 13D | 5D | 3B |
| Octal | 370 | 65 | 302 | 0 | 117 | 26 | 3 | 475 | 135 | 73 |
| Binary | 11111000 | 110101 | 11000010 | 0 | 1001111 | 10110 | 11 | 100111101 | 1011101 | 111011 |
Color Harmonies of #F835C2
Complementary color
Monochromatic Colors of #F835C2
Black with #F835C2
Text Example
Text Example
White with #F835C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F835C2; }
p { color: rgb(248,53,194); }
H1.HeaderClassName
{
color: #F835C2;
}
.AnyTagClassName
{
color: #F835C2;
}
</style>
background-color css
<style>
a { background-color: #F835C2; }
a { background-color: rgb(248,53,194); }
div.DivClassName
{
background-color: #F835C2;
}
.BgClassName
{
background-color: #F835C2;
}
</style>
border-color css
<style>
span { border-color: #F835C2; }
span { border-color: rgb(248,53,194); }
td.TdClassName
{
border-color: #F835C2;
}
.TagClassName
{
border-color: #F835C2;
}
</style>