Shades of Razzle Dazzle Rose #F430C1
Tints of Razzle Dazzle Rose #F430C1
RGB
CMYK
RGB Variations
Color information
#F430C1 (or 0xF430C1) is known color: Razzle Dazzle Rose. HEX triplet: F4, 30 and C1. RGB value is (244,48,193). Sum of RGB (Red+Green+Blue) = 244+48+193=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 48 (19.14% from 255 or 9.90% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F430C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F430C1 is #0BCF3E. Grayscale: #7A7A7A. Windows color (decimal): -773951 or 12660980. OLE color: 12660980.
HSL color Cylindrical-coordinate representation of color #F430C1: hue angle of 315.61º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F430C1 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 193 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.04 |
| HSL | 315.61º | 0.9% | 0.57% | - |
| HSV(B) | 315.61º | 0.8% | 0.96% | - |
| XYZ | 47.99 | 25.2 | 52.79 | - |
| YUV | 123.13 | 167.43 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 193 | 0 | 0.80 | 0.21 | 0.04 | 315.61 | 0.9 | 0.57 |
| Hex | F4 | 30 | C1 | 0 | 50 | 15 | 4 | 13C | 5A | 39 |
| Octal | 364 | 60 | 301 | 0 | 120 | 25 | 4 | 474 | 132 | 71 |
| Binary | 11110100 | 110000 | 11000001 | 0 | 1010000 | 10101 | 100 | 100111100 | 1011010 | 111001 |
Color Harmonies of #F430C1
Complementary color
Monochromatic Colors of #F430C1
Black with #F430C1
Text Example
Text Example
White with #F430C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F430C1; }
p { color: rgb(244,48,193); }
H1.HeaderClassName
{
color: #F430C1;
}
.AnyTagClassName
{
color: #F430C1;
}
</style>
background-color css
<style>
a { background-color: #F430C1; }
a { background-color: rgb(244,48,193); }
div.DivClassName
{
background-color: #F430C1;
}
.BgClassName
{
background-color: #F430C1;
}
</style>
border-color css
<style>
span { border-color: #F430C1; }
span { border-color: rgb(244,48,193); }
td.TdClassName
{
border-color: #F430C1;
}
.TagClassName
{
border-color: #F430C1;
}
</style>