Shades of Razzle Dazzle Rose #FA30CC
Tints of Razzle Dazzle Rose #FA30CC
RGB
CMYK
RGB Variations
Color information
#FA30CC (or 0xFA30CC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 30 and CC. RGB value is (250,48,204). Sum of RGB (Red+Green+Blue) = 250+48+204=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 48 (19.14% from 255 or 9.56% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA30CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA30CC is #05CF33. Grayscale: #7D7D7D. Windows color (decimal): -380724 or 13381882. OLE color: 13381882.
HSL color Cylindrical-coordinate representation of color #FA30CC: hue angle of 313.66º 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 #FA30CC is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 204 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.02 |
| HSL | 313.66º | 0.95% | 0.58% | - |
| HSV(B) | 313.66º | 0.81% | 0.98% | - |
| XYZ | 51.38 | 26.8 | 59.59 | - |
| YUV | 126.18 | 171.92 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 204 | 0 | 0.81 | 0.18 | 0.02 | 313.66 | 0.95 | 0.58 |
| Hex | FA | 30 | CC | 0 | 51 | 12 | 2 | 13A | 5F | 3A |
| Octal | 372 | 60 | 314 | 0 | 121 | 22 | 2 | 472 | 137 | 72 |
| Binary | 11111010 | 110000 | 11001100 | 0 | 1010001 | 10010 | 10 | 100111010 | 1011111 | 111010 |
Color Harmonies of #FA30CC
Complementary color
Monochromatic Colors of #FA30CC
Black with #FA30CC
Text Example
Text Example
White with #FA30CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA30CC; }
p { color: rgb(250,48,204); }
H1.HeaderClassName
{
color: #FA30CC;
}
.AnyTagClassName
{
color: #FA30CC;
}
</style>
background-color css
<style>
a { background-color: #FA30CC; }
a { background-color: rgb(250,48,204); }
div.DivClassName
{
background-color: #FA30CC;
}
.BgClassName
{
background-color: #FA30CC;
}
</style>
border-color css
<style>
span { border-color: #FA30CC; }
span { border-color: rgb(250,48,204); }
td.TdClassName
{
border-color: #FA30CC;
}
.TagClassName
{
border-color: #FA30CC;
}
</style>