Shades of Razzle Dazzle Rose #F825CB
Tints of Razzle Dazzle Rose #F825CB
RGB
CMYK
RGB Variations
Color information
#F825CB (or 0xF825CB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 25 and CB. RGB value is (248,37,203). Sum of RGB (Red+Green+Blue) = 248+37+203=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F825CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F825CB is #07DA34. Grayscale: #767676. Windows color (decimal): -514613 or 13313528. OLE color: 13313528.
HSL color Cylindrical-coordinate representation of color #F825CB: hue angle of 312.8º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F825CB is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 203 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.03 |
| HSL | 312.8º | 0.94% | 0.56% | - |
| HSV(B) | 312.8º | 0.85% | 0.97% | - |
| XYZ | 50.15 | 25.59 | 58.8 | - |
| YUV | 119.01 | 175.4 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 203 | 0 | 0.85 | 0.18 | 0.03 | 312.8 | 0.94 | 0.56 |
| Hex | F8 | 25 | CB | 0 | 55 | 12 | 3 | 139 | 5E | 38 |
| Octal | 370 | 45 | 313 | 0 | 125 | 22 | 3 | 471 | 136 | 70 |
| Binary | 11111000 | 100101 | 11001011 | 0 | 1010101 | 10010 | 11 | 100111001 | 1011110 | 111000 |
Color Harmonies of #F825CB
Complementary color
Monochromatic Colors of #F825CB
Black with #F825CB
Text Example
Text Example
White with #F825CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F825CB; }
p { color: rgb(248,37,203); }
H1.HeaderClassName
{
color: #F825CB;
}
.AnyTagClassName
{
color: #F825CB;
}
</style>
background-color css
<style>
a { background-color: #F825CB; }
a { background-color: rgb(248,37,203); }
div.DivClassName
{
background-color: #F825CB;
}
.BgClassName
{
background-color: #F825CB;
}
</style>
border-color css
<style>
span { border-color: #F825CB; }
span { border-color: rgb(248,37,203); }
td.TdClassName
{
border-color: #F825CB;
}
.TagClassName
{
border-color: #F825CB;
}
</style>