Shades of Razzle Dazzle Rose #F238CC
Tints of Razzle Dazzle Rose #F238CC
RGB
CMYK
RGB Variations
Color information
#F238CC (or 0xF238CC) is known color: Razzle Dazzle Rose. HEX triplet: F2, 38 and CC. RGB value is (242,56,204). Sum of RGB (Red+Green+Blue) = 242+56+204=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 56 (22.27% from 255 or 11.16% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F238CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F238CC is #0DC733. Grayscale: #808080. Windows color (decimal): -902964 or 13383922. OLE color: 13383922.
HSL color Cylindrical-coordinate representation of color #F238CC: hue angle of 312.26º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F238CC is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 204 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.05 |
| HSL | 312.26º | 0.88% | 0.58% | - |
| HSV(B) | 312.26º | 0.77% | 0.95% | - |
| XYZ | 48.93 | 26.07 | 59.58 | - |
| YUV | 128.49 | 170.62 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 204 | 0 | 0.77 | 0.16 | 0.05 | 312.26 | 0.88 | 0.58 |
| Hex | F2 | 38 | CC | 0 | 4D | 10 | 5 | 138 | 58 | 3A |
| Octal | 362 | 70 | 314 | 0 | 115 | 20 | 5 | 470 | 130 | 72 |
| Binary | 11110010 | 111000 | 11001100 | 0 | 1001101 | 10000 | 101 | 100111000 | 1011000 | 111010 |
Color Harmonies of #F238CC
Complementary color
Monochromatic Colors of #F238CC
Black with #F238CC
Text Example
Text Example
White with #F238CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F238CC; }
p { color: rgb(242,56,204); }
H1.HeaderClassName
{
color: #F238CC;
}
.AnyTagClassName
{
color: #F238CC;
}
</style>
background-color css
<style>
a { background-color: #F238CC; }
a { background-color: rgb(242,56,204); }
div.DivClassName
{
background-color: #F238CC;
}
.BgClassName
{
background-color: #F238CC;
}
</style>
border-color css
<style>
span { border-color: #F238CC; }
span { border-color: rgb(242,56,204); }
td.TdClassName
{
border-color: #F238CC;
}
.TagClassName
{
border-color: #F238CC;
}
</style>