Shades of Razzle Dazzle Rose #FA37CF
Tints of Razzle Dazzle Rose #FA37CF
RGB
CMYK
RGB Variations
Color information
#FA37CF (or 0xFA37CF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 37 and CF. RGB value is (250,55,207). Sum of RGB (Red+Green+Blue) = 250+55+207=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 55 (21.88% from 255 or 10.74% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA37CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA37CF is #05C830. Grayscale: #828282. Windows color (decimal): -378929 or 13580282. OLE color: 13580282.
HSL color Cylindrical-coordinate representation of color #FA37CF: hue angle of 313.23º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA37CF is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 207 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.02 |
| HSL | 313.23º | 0.95% | 0.6% | - |
| HSV(B) | 313.23º | 0.78% | 0.98% | - |
| XYZ | 52.05 | 27.56 | 61.61 | - |
| YUV | 130.63 | 171.1 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 207 | 0 | 0.78 | 0.17 | 0.02 | 313.23 | 0.95 | 0.6 |
| Hex | FA | 37 | CF | 0 | 4E | 11 | 2 | 139 | 5F | 3C |
| Octal | 372 | 67 | 317 | 0 | 116 | 21 | 2 | 471 | 137 | 74 |
| Binary | 11111010 | 110111 | 11001111 | 0 | 1001110 | 10001 | 10 | 100111001 | 1011111 | 111100 |
Color Harmonies of #FA37CF
Complementary color
Monochromatic Colors of #FA37CF
Black with #FA37CF
Text Example
Text Example
White with #FA37CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA37CF; }
p { color: rgb(250,55,207); }
H1.HeaderClassName
{
color: #FA37CF;
}
.AnyTagClassName
{
color: #FA37CF;
}
</style>
background-color css
<style>
a { background-color: #FA37CF; }
a { background-color: rgb(250,55,207); }
div.DivClassName
{
background-color: #FA37CF;
}
.BgClassName
{
background-color: #FA37CF;
}
</style>
border-color css
<style>
span { border-color: #FA37CF; }
span { border-color: rgb(250,55,207); }
td.TdClassName
{
border-color: #FA37CF;
}
.TagClassName
{
border-color: #FA37CF;
}
</style>