Shades of Razzle Dazzle Rose #F338CA
Tints of Razzle Dazzle Rose #F338CA
RGB
CMYK
RGB Variations
Color information
#F338CA (or 0xF338CA) is known color: Razzle Dazzle Rose. HEX triplet: F3, 38 and CA. RGB value is (243,56,202). Sum of RGB (Red+Green+Blue) = 243+56+202=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 56 (22.27% from 255 or 11.18% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F338CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F338CA is #0CC735. Grayscale: #808080. Windows color (decimal): -837430 or 13252851. OLE color: 13252851.
HSL color Cylindrical-coordinate representation of color #F338CA: hue angle of 313.16º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F338CA is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 56 | 202 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.05 |
| HSL | 313.16º | 0.89% | 0.59% | - |
| HSV(B) | 313.16º | 0.77% | 0.95% | - |
| XYZ | 49.04 | 26.15 | 58.34 | - |
| YUV | 128.56 | 169.45 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 56 | 202 | 0 | 0.77 | 0.17 | 0.05 | 313.16 | 0.89 | 0.59 |
| Hex | F3 | 38 | CA | 0 | 4D | 11 | 5 | 139 | 59 | 3B |
| Octal | 363 | 70 | 312 | 0 | 115 | 21 | 5 | 471 | 131 | 73 |
| Binary | 11110011 | 111000 | 11001010 | 0 | 1001101 | 10001 | 101 | 100111001 | 1011001 | 111011 |
Color Harmonies of #F338CA
Complementary color
Monochromatic Colors of #F338CA
Black with #F338CA
Text Example
Text Example
White with #F338CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F338CA; }
p { color: rgb(243,56,202); }
H1.HeaderClassName
{
color: #F338CA;
}
.AnyTagClassName
{
color: #F338CA;
}
</style>
background-color css
<style>
a { background-color: #F338CA; }
a { background-color: rgb(243,56,202); }
div.DivClassName
{
background-color: #F338CA;
}
.BgClassName
{
background-color: #F338CA;
}
</style>
border-color css
<style>
span { border-color: #F338CA; }
span { border-color: rgb(243,56,202); }
td.TdClassName
{
border-color: #F338CA;
}
.TagClassName
{
border-color: #F338CA;
}
</style>