Shades of Razzle Dazzle Rose #F430CC
Tints of Razzle Dazzle Rose #F430CC
RGB
CMYK
RGB Variations
Color information
#F430CC (or 0xF430CC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 30 and CC. RGB value is (244,48,204). Sum of RGB (Red+Green+Blue) = 244+48+204=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 48 (19.14% from 255 or 9.68% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F430CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F430CC is #0BCF33. Grayscale: #7B7B7B. Windows color (decimal): -773940 or 13381876. OLE color: 13381876.
HSL color Cylindrical-coordinate representation of color #F430CC: hue angle of 312.24º 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 #F430CC is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 204 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.04 |
| HSL | 312.24º | 0.9% | 0.57% | - |
| HSV(B) | 312.24º | 0.8% | 0.96% | - |
| XYZ | 49.26 | 25.71 | 59.49 | - |
| YUV | 124.39 | 172.93 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 204 | 0 | 0.80 | 0.16 | 0.04 | 312.24 | 0.9 | 0.57 |
| Hex | F4 | 30 | CC | 0 | 50 | 10 | 4 | 138 | 5A | 39 |
| Octal | 364 | 60 | 314 | 0 | 120 | 20 | 4 | 470 | 132 | 71 |
| Binary | 11110100 | 110000 | 11001100 | 0 | 1010000 | 10000 | 100 | 100111000 | 1011010 | 111001 |
Color Harmonies of #F430CC
Complementary color
Monochromatic Colors of #F430CC
Black with #F430CC
Text Example
Text Example
White with #F430CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F430CC; }
p { color: rgb(244,48,204); }
H1.HeaderClassName
{
color: #F430CC;
}
.AnyTagClassName
{
color: #F430CC;
}
</style>
background-color css
<style>
a { background-color: #F430CC; }
a { background-color: rgb(244,48,204); }
div.DivClassName
{
background-color: #F430CC;
}
.BgClassName
{
background-color: #F430CC;
}
</style>
border-color css
<style>
span { border-color: #F430CC; }
span { border-color: rgb(244,48,204); }
td.TdClassName
{
border-color: #F430CC;
}
.TagClassName
{
border-color: #F430CC;
}
</style>