Shades of Razzle Dazzle Rose #F435C3
Tints of Razzle Dazzle Rose #F435C3
RGB
CMYK
RGB Variations
Color information
#F435C3 (or 0xF435C3) is known color: Razzle Dazzle Rose. HEX triplet: F4, 35 and C3. RGB value is (244,53,195). Sum of RGB (Red+Green+Blue) = 244+53+195=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 53 (21.09% from 255 or 10.77% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F435C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F435C3 is #0BCA3C. Grayscale: #7D7D7D. Windows color (decimal): -772669 or 12793332. OLE color: 12793332.
HSL color Cylindrical-coordinate representation of color #F435C3: hue angle of 315.39º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F435C3 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 195 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.04 |
| HSL | 315.39º | 0.9% | 0.58% | - |
| HSV(B) | 315.39º | 0.78% | 0.96% | - |
| XYZ | 48.43 | 25.72 | 54.04 | - |
| YUV | 126.3 | 166.78 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 195 | 0 | 0.78 | 0.20 | 0.04 | 315.39 | 0.9 | 0.58 |
| Hex | F4 | 35 | C3 | 0 | 4E | 14 | 4 | 13B | 5A | 3A |
| Octal | 364 | 65 | 303 | 0 | 116 | 24 | 4 | 473 | 132 | 72 |
| Binary | 11110100 | 110101 | 11000011 | 0 | 1001110 | 10100 | 100 | 100111011 | 1011010 | 111010 |
Color Harmonies of #F435C3
Complementary color
Monochromatic Colors of #F435C3
Black with #F435C3
Text Example
Text Example
White with #F435C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F435C3; }
p { color: rgb(244,53,195); }
H1.HeaderClassName
{
color: #F435C3;
}
.AnyTagClassName
{
color: #F435C3;
}
</style>
background-color css
<style>
a { background-color: #F435C3; }
a { background-color: rgb(244,53,195); }
div.DivClassName
{
background-color: #F435C3;
}
.BgClassName
{
background-color: #F435C3;
}
</style>
border-color css
<style>
span { border-color: #F435C3; }
span { border-color: rgb(244,53,195); }
td.TdClassName
{
border-color: #F435C3;
}
.TagClassName
{
border-color: #F435C3;
}
</style>