Shades of Razzle Dazzle Rose #FA34DF
Tints of Razzle Dazzle Rose #FA34DF
RGB
CMYK
RGB Variations
Color information
#FA34DF (or 0xFA34DF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 34 and DF. RGB value is (250,52,223). Sum of RGB (Red+Green+Blue) = 250+52+223=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 52 (20.70% from 255 or 9.90% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA34DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA34DF is #05CB20. Grayscale: #828282. Windows color (decimal): -379681 or 14628090. OLE color: 14628090.
HSL color Cylindrical-coordinate representation of color #FA34DF: hue angle of 308.18º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA34DF is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 223 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.02 |
| HSL | 308.18º | 0.95% | 0.59% | - |
| HSV(B) | 308.18º | 0.79% | 0.98% | - |
| XYZ | 53.97 | 28.11 | 72.39 | - |
| YUV | 130.7 | 180.1 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 223 | 0 | 0.79 | 0.11 | 0.02 | 308.18 | 0.95 | 0.59 |
| Hex | FA | 34 | DF | 0 | 4F | B | 2 | 134 | 5F | 3B |
| Octal | 372 | 64 | 337 | 0 | 117 | 13 | 2 | 464 | 137 | 73 |
| Binary | 11111010 | 110100 | 11011111 | 0 | 1001111 | 1011 | 10 | 100110100 | 1011111 | 111011 |
Color Harmonies of #FA34DF
Complementary color
Monochromatic Colors of #FA34DF
Black with #FA34DF
Text Example
Text Example
White with #FA34DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA34DF; }
p { color: rgb(250,52,223); }
H1.HeaderClassName
{
color: #FA34DF;
}
.AnyTagClassName
{
color: #FA34DF;
}
</style>
background-color css
<style>
a { background-color: #FA34DF; }
a { background-color: rgb(250,52,223); }
div.DivClassName
{
background-color: #FA34DF;
}
.BgClassName
{
background-color: #FA34DF;
}
</style>
border-color css
<style>
span { border-color: #FA34DF; }
span { border-color: rgb(250,52,223); }
td.TdClassName
{
border-color: #FA34DF;
}
.TagClassName
{
border-color: #FA34DF;
}
</style>