Shades of Razzle Dazzle Rose #FA30CB
Tints of Razzle Dazzle Rose #FA30CB
RGB
CMYK
RGB Variations
Color information
#FA30CB (or 0xFA30CB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 30 and CB. RGB value is (250,48,203). Sum of RGB (Red+Green+Blue) = 250+48+203=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 48 (19.14% from 255 or 9.58% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA30CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA30CB is #05CF34. Grayscale: #7D7D7D. Windows color (decimal): -380725 or 13316346. OLE color: 13316346.
HSL color Cylindrical-coordinate representation of color #FA30CB: hue angle of 313.96º 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 #FA30CB is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 203 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.02 |
| HSL | 313.96º | 0.95% | 0.58% | - |
| HSV(B) | 313.96º | 0.81% | 0.98% | - |
| XYZ | 51.26 | 26.75 | 58.96 | - |
| YUV | 126.07 | 171.42 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 203 | 0 | 0.81 | 0.19 | 0.02 | 313.96 | 0.95 | 0.58 |
| Hex | FA | 30 | CB | 0 | 51 | 13 | 2 | 13A | 5F | 3A |
| Octal | 372 | 60 | 313 | 0 | 121 | 23 | 2 | 472 | 137 | 72 |
| Binary | 11111010 | 110000 | 11001011 | 0 | 1010001 | 10011 | 10 | 100111010 | 1011111 | 111010 |
Color Harmonies of #FA30CB
Complementary color
Monochromatic Colors of #FA30CB
Black with #FA30CB
Text Example
Text Example
White with #FA30CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA30CB; }
p { color: rgb(250,48,203); }
H1.HeaderClassName
{
color: #FA30CB;
}
.AnyTagClassName
{
color: #FA30CB;
}
</style>
background-color css
<style>
a { background-color: #FA30CB; }
a { background-color: rgb(250,48,203); }
div.DivClassName
{
background-color: #FA30CB;
}
.BgClassName
{
background-color: #FA30CB;
}
</style>
border-color css
<style>
span { border-color: #FA30CB; }
span { border-color: rgb(250,48,203); }
td.TdClassName
{
border-color: #FA30CB;
}
.TagClassName
{
border-color: #FA30CB;
}
</style>