Shades of Razzle Dazzle Rose #F826CA
Tints of Razzle Dazzle Rose #F826CA
RGB
CMYK
RGB Variations
Color information
#F826CA (or 0xF826CA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 26 and CA. RGB value is (248,38,202). Sum of RGB (Red+Green+Blue) = 248+38+202=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 38 (15.23% from 255 or 7.79% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F826CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F826CA is #07D935. Grayscale: #777777. Windows color (decimal): -514358 or 13248248. OLE color: 13248248.
HSL color Cylindrical-coordinate representation of color #F826CA: hue angle of 313.14º 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 #F826CA is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 38 | 202 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.03 |
| HSL | 313.14º | 0.94% | 0.56% | - |
| HSV(B) | 313.14º | 0.85% | 0.97% | - |
| XYZ | 50.07 | 25.61 | 58.18 | - |
| YUV | 119.49 | 174.57 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 38 | 202 | 0 | 0.85 | 0.19 | 0.03 | 313.14 | 0.94 | 0.56 |
| Hex | F8 | 26 | CA | 0 | 55 | 13 | 3 | 139 | 5E | 38 |
| Octal | 370 | 46 | 312 | 0 | 125 | 23 | 3 | 471 | 136 | 70 |
| Binary | 11111000 | 100110 | 11001010 | 0 | 1010101 | 10011 | 11 | 100111001 | 1011110 | 111000 |
Color Harmonies of #F826CA
Complementary color
Monochromatic Colors of #F826CA
Black with #F826CA
Text Example
Text Example
White with #F826CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F826CA; }
p { color: rgb(248,38,202); }
H1.HeaderClassName
{
color: #F826CA;
}
.AnyTagClassName
{
color: #F826CA;
}
</style>
background-color css
<style>
a { background-color: #F826CA; }
a { background-color: rgb(248,38,202); }
div.DivClassName
{
background-color: #F826CA;
}
.BgClassName
{
background-color: #F826CA;
}
</style>
border-color css
<style>
span { border-color: #F826CA; }
span { border-color: rgb(248,38,202); }
td.TdClassName
{
border-color: #F826CA;
}
.TagClassName
{
border-color: #F826CA;
}
</style>