Shades of Razzle Dazzle Rose #F341CA
Tints of Razzle Dazzle Rose #F341CA
RGB
CMYK
RGB Variations
Color information
#F341CA (or 0xF341CA) is known color: Razzle Dazzle Rose. HEX triplet: F3, 41 and CA. RGB value is (243,65,202). Sum of RGB (Red+Green+Blue) = 243+65+202=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F341CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F341CA is #0CBE35. Grayscale: #858585. Windows color (decimal): -835126 or 13255155. OLE color: 13255155.
HSL color Cylindrical-coordinate representation of color #F341CA: hue angle of 313.82º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F341CA is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 202 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.05 |
| HSL | 313.82º | 0.88% | 0.6% | - |
| HSV(B) | 313.82º | 0.73% | 0.95% | - |
| XYZ | 49.51 | 27.1 | 58.5 | - |
| YUV | 133.84 | 166.47 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 202 | 0 | 0.73 | 0.17 | 0.05 | 313.82 | 0.88 | 0.6 |
| Hex | F3 | 41 | CA | 0 | 49 | 11 | 5 | 13A | 58 | 3C |
| Octal | 363 | 101 | 312 | 0 | 111 | 21 | 5 | 472 | 130 | 74 |
| Binary | 11110011 | 1000001 | 11001010 | 0 | 1001001 | 10001 | 101 | 100111010 | 1011000 | 111100 |
Color Harmonies of #F341CA
Complementary color
Monochromatic Colors of #F341CA
Black with #F341CA
Text Example
Text Example
White with #F341CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F341CA; }
p { color: rgb(243,65,202); }
H1.HeaderClassName
{
color: #F341CA;
}
.AnyTagClassName
{
color: #F341CA;
}
</style>
background-color css
<style>
a { background-color: #F341CA; }
a { background-color: rgb(243,65,202); }
div.DivClassName
{
background-color: #F341CA;
}
.BgClassName
{
background-color: #F341CA;
}
</style>
border-color css
<style>
span { border-color: #F341CA; }
span { border-color: rgb(243,65,202); }
td.TdClassName
{
border-color: #F341CA;
}
.TagClassName
{
border-color: #F341CA;
}
</style>