Shades of Razzle Dazzle Rose #FB30CF
Tints of Razzle Dazzle Rose #FB30CF
RGB
CMYK
RGB Variations
Color information
#FB30CF (or 0xFB30CF) is known color: Razzle Dazzle Rose. HEX triplet: FB, 30 and CF. RGB value is (251,48,207). Sum of RGB (Red+Green+Blue) = 251+48+207=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 48 (19.14% from 255 or 9.49% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB30CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB30CF is #04CF30. Grayscale: #7E7E7E. Windows color (decimal): -315185 or 13578491. OLE color: 13578491.
HSL color Cylindrical-coordinate representation of color #FB30CF: hue angle of 313º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB30CF is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 207 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.02 |
| HSL | 313º | 0.96% | 0.59% | - |
| HSV(B) | 313º | 0.81% | 0.98% | - |
| XYZ | 52.1 | 27.13 | 61.52 | - |
| YUV | 126.82 | 173.25 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 207 | 0 | 0.81 | 0.18 | 0.02 | 313 | 0.96 | 0.59 |
| Hex | FB | 30 | CF | 0 | 51 | 12 | 2 | 139 | 60 | 3B |
| Octal | 373 | 60 | 317 | 0 | 121 | 22 | 2 | 471 | 140 | 73 |
| Binary | 11111011 | 110000 | 11001111 | 0 | 1010001 | 10010 | 10 | 100111001 | 1100000 | 111011 |
Color Harmonies of #FB30CF
Complementary color
Monochromatic Colors of #FB30CF
Black with #FB30CF
Text Example
Text Example
White with #FB30CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB30CF; }
p { color: rgb(251,48,207); }
H1.HeaderClassName
{
color: #FB30CF;
}
.AnyTagClassName
{
color: #FB30CF;
}
</style>
background-color css
<style>
a { background-color: #FB30CF; }
a { background-color: rgb(251,48,207); }
div.DivClassName
{
background-color: #FB30CF;
}
.BgClassName
{
background-color: #FB30CF;
}
</style>
border-color css
<style>
span { border-color: #FB30CF; }
span { border-color: rgb(251,48,207); }
td.TdClassName
{
border-color: #FB30CF;
}
.TagClassName
{
border-color: #FB30CF;
}
</style>