Shades of Razzle Dazzle Rose #F14ACC
Tints of Razzle Dazzle Rose #F14ACC
RGB
CMYK
RGB Variations
Color information
#F14ACC (or 0xF14ACC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 4A and CC. RGB value is (241,74,204). Sum of RGB (Red+Green+Blue) = 241+74+204=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 74 (29.30% from 255 or 14.26% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F14ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14ACC is #0EB533. Grayscale: #8A8A8A. Windows color (decimal): -963892 or 13388529. OLE color: 13388529.
HSL color Cylindrical-coordinate representation of color #F14ACC: hue angle of 313.29º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14ACC is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 74 | 204 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.05 |
| HSL | 313.29º | 0.86% | 0.62% | - |
| HSV(B) | 313.29º | 0.69% | 0.95% | - |
| XYZ | 49.62 | 27.96 | 59.91 | - |
| YUV | 138.75 | 164.83 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 74 | 204 | 0 | 0.69 | 0.15 | 0.05 | 313.29 | 0.86 | 0.62 |
| Hex | F1 | 4A | CC | 0 | 45 | F | 5 | 139 | 56 | 3E |
| Octal | 361 | 112 | 314 | 0 | 105 | 17 | 5 | 471 | 126 | 76 |
| Binary | 11110001 | 1001010 | 11001100 | 0 | 1000101 | 1111 | 101 | 100111001 | 1010110 | 111110 |
Color Harmonies of #F14ACC
Complementary color
Monochromatic Colors of #F14ACC
Black with #F14ACC
Text Example
Text Example
White with #F14ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14ACC; }
p { color: rgb(241,74,204); }
H1.HeaderClassName
{
color: #F14ACC;
}
.AnyTagClassName
{
color: #F14ACC;
}
</style>
background-color css
<style>
a { background-color: #F14ACC; }
a { background-color: rgb(241,74,204); }
div.DivClassName
{
background-color: #F14ACC;
}
.BgClassName
{
background-color: #F14ACC;
}
</style>
border-color css
<style>
span { border-color: #F14ACC; }
span { border-color: rgb(241,74,204); }
td.TdClassName
{
border-color: #F14ACC;
}
.TagClassName
{
border-color: #F14ACC;
}
</style>