Shades of Razzle Dazzle Rose #F238E7
Tints of Razzle Dazzle Rose #F238E7
RGB
CMYK
RGB Variations
Color information
#F238E7 (or 0xF238E7) is known color: Razzle Dazzle Rose. HEX triplet: F2, 38 and E7. RGB value is (242,56,231). Sum of RGB (Red+Green+Blue) = 242+56+231=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 56 (22.27% from 255 or 10.59% from 529); Blue value is 231 (90.62% from 255 or 43.67% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F238E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F238E7 is #0DC718. Grayscale: #838383. Windows color (decimal): -902937 or 15153394. OLE color: 15153394.
HSL color Cylindrical-coordinate representation of color #F238E7: hue angle of 303.55º 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 #F238E7 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 231 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.05 |
| HSL | 303.55º | 0.88% | 0.58% | - |
| HSV(B) | 303.55º | 0.77% | 0.95% | - |
| XYZ | 52.46 | 27.48 | 78.14 | - |
| YUV | 131.56 | 184.12 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 231 | 0 | 0.77 | 0.05 | 0.05 | 303.55 | 0.88 | 0.58 |
| Hex | F2 | 38 | E7 | 0 | 4D | 5 | 5 | 130 | 58 | 3A |
| Octal | 362 | 70 | 347 | 0 | 115 | 5 | 5 | 460 | 130 | 72 |
| Binary | 11110010 | 111000 | 11100111 | 0 | 1001101 | 101 | 101 | 100110000 | 1011000 | 111010 |
Color Harmonies of #F238E7
Complementary color
Monochromatic Colors of #F238E7
Black with #F238E7
Text Example
Text Example
White with #F238E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F238E7; }
p { color: rgb(242,56,231); }
H1.HeaderClassName
{
color: #F238E7;
}
.AnyTagClassName
{
color: #F238E7;
}
</style>
background-color css
<style>
a { background-color: #F238E7; }
a { background-color: rgb(242,56,231); }
div.DivClassName
{
background-color: #F238E7;
}
.BgClassName
{
background-color: #F238E7;
}
</style>
border-color css
<style>
span { border-color: #F238E7; }
span { border-color: rgb(242,56,231); }
td.TdClassName
{
border-color: #F238E7;
}
.TagClassName
{
border-color: #F238E7;
}
</style>