Shades of Razzle Dazzle Rose #FA30C9
Tints of Razzle Dazzle Rose #FA30C9
RGB
CMYK
RGB Variations
Color information
#FA30C9 (or 0xFA30C9) is known color: Razzle Dazzle Rose. HEX triplet: FA, 30 and C9. RGB value is (250,48,201). Sum of RGB (Red+Green+Blue) = 250+48+201=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 48 (19.14% from 255 or 9.62% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA30C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA30C9 is #05CF36. Grayscale: #7D7D7D. Windows color (decimal): -380727 or 13185274. OLE color: 13185274.
HSL color Cylindrical-coordinate representation of color #FA30C9: hue angle of 314.55º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA30C9 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 201 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.02 |
| HSL | 314.55º | 0.95% | 0.58% | - |
| HSV(B) | 314.55º | 0.81% | 0.98% | - |
| XYZ | 51.02 | 26.65 | 57.71 | - |
| YUV | 125.84 | 170.42 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 201 | 0 | 0.81 | 0.20 | 0.02 | 314.55 | 0.95 | 0.58 |
| Hex | FA | 30 | C9 | 0 | 51 | 14 | 2 | 13B | 5F | 3A |
| Octal | 372 | 60 | 311 | 0 | 121 | 24 | 2 | 473 | 137 | 72 |
| Binary | 11111010 | 110000 | 11001001 | 0 | 1010001 | 10100 | 10 | 100111011 | 1011111 | 111010 |
Color Harmonies of #FA30C9
Complementary color
Monochromatic Colors of #FA30C9
Black with #FA30C9
Text Example
Text Example
White with #FA30C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA30C9; }
p { color: rgb(250,48,201); }
H1.HeaderClassName
{
color: #FA30C9;
}
.AnyTagClassName
{
color: #FA30C9;
}
</style>
background-color css
<style>
a { background-color: #FA30C9; }
a { background-color: rgb(250,48,201); }
div.DivClassName
{
background-color: #FA30C9;
}
.BgClassName
{
background-color: #FA30C9;
}
</style>
border-color css
<style>
span { border-color: #FA30C9; }
span { border-color: rgb(250,48,201); }
td.TdClassName
{
border-color: #FA30C9;
}
.TagClassName
{
border-color: #FA30C9;
}
</style>