Shades of Razzle Dazzle Rose #FA43D0
Tints of Razzle Dazzle Rose #FA43D0
RGB
CMYK
RGB Variations
Color information
#FA43D0 (or 0xFA43D0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 43 and D0. RGB value is (250,67,208). Sum of RGB (Red+Green+Blue) = 250+67+208=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 67 (26.56% from 255 or 12.76% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA43D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA43D0 is #05BC2F. Grayscale: #898989. Windows color (decimal): -375856 or 13648890. OLE color: 13648890.
HSL color Cylindrical-coordinate representation of color #FA43D0: hue angle of 313.77º 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 #FA43D0 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 208 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.02 |
| HSL | 313.77º | 0.95% | 0.62% | - |
| HSV(B) | 313.77º | 0.73% | 0.98% | - |
| XYZ | 52.82 | 28.89 | 62.47 | - |
| YUV | 137.79 | 167.63 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 208 | 0 | 0.73 | 0.17 | 0.02 | 313.77 | 0.95 | 0.62 |
| Hex | FA | 43 | D0 | 0 | 49 | 11 | 2 | 13A | 5F | 3E |
| Octal | 372 | 103 | 320 | 0 | 111 | 21 | 2 | 472 | 137 | 76 |
| Binary | 11111010 | 1000011 | 11010000 | 0 | 1001001 | 10001 | 10 | 100111010 | 1011111 | 111110 |
Color Harmonies of #FA43D0
Complementary color
Monochromatic Colors of #FA43D0
Black with #FA43D0
Text Example
Text Example
White with #FA43D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA43D0; }
p { color: rgb(250,67,208); }
H1.HeaderClassName
{
color: #FA43D0;
}
.AnyTagClassName
{
color: #FA43D0;
}
</style>
background-color css
<style>
a { background-color: #FA43D0; }
a { background-color: rgb(250,67,208); }
div.DivClassName
{
background-color: #FA43D0;
}
.BgClassName
{
background-color: #FA43D0;
}
</style>
border-color css
<style>
span { border-color: #FA43D0; }
span { border-color: rgb(250,67,208); }
td.TdClassName
{
border-color: #FA43D0;
}
.TagClassName
{
border-color: #FA43D0;
}
</style>