Shades of Razzle Dazzle Rose #F34BC2
Tints of Razzle Dazzle Rose #F34BC2
RGB
CMYK
RGB Variations
Color information
#F34BC2 (or 0xF34BC2) is known color: Razzle Dazzle Rose. HEX triplet: F3, 4B and C2. RGB value is (243,75,194). Sum of RGB (Red+Green+Blue) = 243+75+194=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 75 (29.69% from 255 or 14.65% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F34BC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F34BC2 is #0CB43D. Grayscale: #8A8A8A. Windows color (decimal): -832574 or 12733427. OLE color: 12733427.
HSL color Cylindrical-coordinate representation of color #F34BC2: hue angle of 317.5º degrees, saturation: 0.88, 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 #F34BC2 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 75 | 194 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.05 |
| HSL | 317.5º | 0.88% | 0.62% | - |
| HSV(B) | 317.5º | 0.69% | 0.95% | - |
| XYZ | 49.22 | 27.98 | 53.85 | - |
| YUV | 138.8 | 159.16 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 75 | 194 | 0 | 0.69 | 0.20 | 0.05 | 317.5 | 0.88 | 0.62 |
| Hex | F3 | 4B | C2 | 0 | 45 | 14 | 5 | 13E | 58 | 3E |
| Octal | 363 | 113 | 302 | 0 | 105 | 24 | 5 | 476 | 130 | 76 |
| Binary | 11110011 | 1001011 | 11000010 | 0 | 1000101 | 10100 | 101 | 100111110 | 1011000 | 111110 |
Color Harmonies of #F34BC2
Complementary color
Monochromatic Colors of #F34BC2
Black with #F34BC2
Text Example
Text Example
White with #F34BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34BC2; }
p { color: rgb(243,75,194); }
H1.HeaderClassName
{
color: #F34BC2;
}
.AnyTagClassName
{
color: #F34BC2;
}
</style>
background-color css
<style>
a { background-color: #F34BC2; }
a { background-color: rgb(243,75,194); }
div.DivClassName
{
background-color: #F34BC2;
}
.BgClassName
{
background-color: #F34BC2;
}
</style>
border-color css
<style>
span { border-color: #F34BC2; }
span { border-color: rgb(243,75,194); }
td.TdClassName
{
border-color: #F34BC2;
}
.TagClassName
{
border-color: #F34BC2;
}
</style>