Shades of Razzle Dazzle Rose #F925CA
Tints of Razzle Dazzle Rose #F925CA
RGB
CMYK
RGB Variations
Color information
#F925CA (or 0xF925CA) is known color: Razzle Dazzle Rose. HEX triplet: F9, 25 and CA. RGB value is (249,37,202). Sum of RGB (Red+Green+Blue) = 249+37+202=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F925CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F925CA is #06DA35. Grayscale: #767676. Windows color (decimal): -449078 or 13247993. OLE color: 13247993.
HSL color Cylindrical-coordinate representation of color #F925CA: hue angle of 313.3º degrees, saturation: 0.95, 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 #F925CA is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 37 | 202 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.02 |
| HSL | 313.3º | 0.95% | 0.56% | - |
| HSV(B) | 313.3º | 0.85% | 0.98% | - |
| XYZ | 50.39 | 25.73 | 58.19 | - |
| YUV | 119.2 | 174.74 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 37 | 202 | 0 | 0.85 | 0.19 | 0.02 | 313.3 | 0.95 | 0.56 |
| Hex | F9 | 25 | CA | 0 | 55 | 13 | 2 | 139 | 5F | 38 |
| Octal | 371 | 45 | 312 | 0 | 125 | 23 | 2 | 471 | 137 | 70 |
| Binary | 11111001 | 100101 | 11001010 | 0 | 1010101 | 10011 | 10 | 100111001 | 1011111 | 111000 |
Color Harmonies of #F925CA
Complementary color
Monochromatic Colors of #F925CA
Black with #F925CA
Text Example
Text Example
White with #F925CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F925CA; }
p { color: rgb(249,37,202); }
H1.HeaderClassName
{
color: #F925CA;
}
.AnyTagClassName
{
color: #F925CA;
}
</style>
background-color css
<style>
a { background-color: #F925CA; }
a { background-color: rgb(249,37,202); }
div.DivClassName
{
background-color: #F925CA;
}
.BgClassName
{
background-color: #F925CA;
}
</style>
border-color css
<style>
span { border-color: #F925CA; }
span { border-color: rgb(249,37,202); }
td.TdClassName
{
border-color: #F925CA;
}
.TagClassName
{
border-color: #F925CA;
}
</style>