Shades of Razzle Dazzle Rose #FA45D4
Tints of Razzle Dazzle Rose #FA45D4
RGB
CMYK
RGB Variations
Color information
#FA45D4 (or 0xFA45D4) is known color: Razzle Dazzle Rose. HEX triplet: FA, 45 and D4. RGB value is (250,69,212). Sum of RGB (Red+Green+Blue) = 250+69+212=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 69 (27.34% from 255 or 12.99% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA45D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA45D4 is #05BA2B. Grayscale: #8B8B8B. Windows color (decimal): -375340 or 13911546. OLE color: 13911546.
HSL color Cylindrical-coordinate representation of color #FA45D4: hue angle of 312.6º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA45D4 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 69 | 212 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.02 |
| HSL | 312.6º | 0.95% | 0.63% | - |
| HSV(B) | 312.6º | 0.72% | 0.98% | - |
| XYZ | 53.44 | 29.33 | 65.13 | - |
| YUV | 139.42 | 168.97 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 69 | 212 | 0 | 0.72 | 0.15 | 0.02 | 312.6 | 0.95 | 0.63 |
| Hex | FA | 45 | D4 | 0 | 48 | F | 2 | 139 | 5F | 3F |
| Octal | 372 | 105 | 324 | 0 | 110 | 17 | 2 | 471 | 137 | 77 |
| Binary | 11111010 | 1000101 | 11010100 | 0 | 1001000 | 1111 | 10 | 100111001 | 1011111 | 111111 |
Color Harmonies of #FA45D4
Complementary color
Monochromatic Colors of #FA45D4
Black with #FA45D4
Text Example
Text Example
White with #FA45D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA45D4; }
p { color: rgb(250,69,212); }
H1.HeaderClassName
{
color: #FA45D4;
}
.AnyTagClassName
{
color: #FA45D4;
}
</style>
background-color css
<style>
a { background-color: #FA45D4; }
a { background-color: rgb(250,69,212); }
div.DivClassName
{
background-color: #FA45D4;
}
.BgClassName
{
background-color: #FA45D4;
}
</style>
border-color css
<style>
span { border-color: #FA45D4; }
span { border-color: rgb(250,69,212); }
td.TdClassName
{
border-color: #FA45D4;
}
.TagClassName
{
border-color: #FA45D4;
}
</style>