Shades of Razzle Dazzle Rose #FA25CE
Tints of Razzle Dazzle Rose #FA25CE
RGB
CMYK
RGB Variations
Color information
#FA25CE (or 0xFA25CE) is known color: Razzle Dazzle Rose. HEX triplet: FA, 25 and CE. RGB value is (250,37,206). Sum of RGB (Red+Green+Blue) = 250+37+206=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 37 (14.84% from 255 or 7.51% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA25CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA25CE is #05DA31. Grayscale: #777777. Windows color (decimal): -383538 or 13510138. OLE color: 13510138.
HSL color Cylindrical-coordinate representation of color #FA25CE: hue angle of 312.39º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA25CE is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 206 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.02 |
| HSL | 312.39º | 0.96% | 0.56% | - |
| HSV(B) | 312.39º | 0.85% | 0.98% | - |
| XYZ | 51.23 | 26.1 | 60.73 | - |
| YUV | 119.95 | 176.57 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 206 | 0 | 0.85 | 0.18 | 0.02 | 312.39 | 0.96 | 0.56 |
| Hex | FA | 25 | CE | 0 | 55 | 12 | 2 | 138 | 60 | 38 |
| Octal | 372 | 45 | 316 | 0 | 125 | 22 | 2 | 470 | 140 | 70 |
| Binary | 11111010 | 100101 | 11001110 | 0 | 1010101 | 10010 | 10 | 100111000 | 1100000 | 111000 |
Color Harmonies of #FA25CE
Complementary color
Monochromatic Colors of #FA25CE
Black with #FA25CE
Text Example
Text Example
White with #FA25CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA25CE; }
p { color: rgb(250,37,206); }
H1.HeaderClassName
{
color: #FA25CE;
}
.AnyTagClassName
{
color: #FA25CE;
}
</style>
background-color css
<style>
a { background-color: #FA25CE; }
a { background-color: rgb(250,37,206); }
div.DivClassName
{
background-color: #FA25CE;
}
.BgClassName
{
background-color: #FA25CE;
}
</style>
border-color css
<style>
span { border-color: #FA25CE; }
span { border-color: rgb(250,37,206); }
td.TdClassName
{
border-color: #FA25CE;
}
.TagClassName
{
border-color: #FA25CE;
}
</style>