Shades of Razzle Dazzle Rose #FA43D5
Tints of Razzle Dazzle Rose #FA43D5
RGB
CMYK
RGB Variations
Color information
#FA43D5 (or 0xFA43D5) is known color: Razzle Dazzle Rose. HEX triplet: FA, 43 and D5. RGB value is (250,67,213). Sum of RGB (Red+Green+Blue) = 250+67+213=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 67 (26.56% from 255 or 12.64% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA43D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA43D5 is #05BC2A. Grayscale: #898989. Windows color (decimal): -375851 or 13976570. OLE color: 13976570.
HSL color Cylindrical-coordinate representation of color #FA43D5: hue angle of 312.13º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA43D5 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 213 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.02 |
| HSL | 312.13º | 0.95% | 0.62% | - |
| HSV(B) | 312.13º | 0.73% | 0.98% | - |
| XYZ | 53.44 | 29.14 | 65.76 | - |
| YUV | 138.36 | 170.13 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 213 | 0 | 0.73 | 0.15 | 0.02 | 312.13 | 0.95 | 0.62 |
| Hex | FA | 43 | D5 | 0 | 49 | F | 2 | 138 | 5F | 3E |
| Octal | 372 | 103 | 325 | 0 | 111 | 17 | 2 | 470 | 137 | 76 |
| Binary | 11111010 | 1000011 | 11010101 | 0 | 1001001 | 1111 | 10 | 100111000 | 1011111 | 111110 |
Color Harmonies of #FA43D5
Complementary color
Monochromatic Colors of #FA43D5
Black with #FA43D5
Text Example
Text Example
White with #FA43D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA43D5; }
p { color: rgb(250,67,213); }
H1.HeaderClassName
{
color: #FA43D5;
}
.AnyTagClassName
{
color: #FA43D5;
}
</style>
background-color css
<style>
a { background-color: #FA43D5; }
a { background-color: rgb(250,67,213); }
div.DivClassName
{
background-color: #FA43D5;
}
.BgClassName
{
background-color: #FA43D5;
}
</style>
border-color css
<style>
span { border-color: #FA43D5; }
span { border-color: rgb(250,67,213); }
td.TdClassName
{
border-color: #FA43D5;
}
.TagClassName
{
border-color: #FA43D5;
}
</style>