Shades of Razzle Dazzle Rose #F238BB
Tints of Razzle Dazzle Rose #F238BB
RGB
CMYK
RGB Variations
Color information
#F238BB (or 0xF238BB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 38 and BB. RGB value is (242,56,187). Sum of RGB (Red+Green+Blue) = 242+56+187=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F238BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F238BB is #0DC744. Grayscale: #7E7E7E. Windows color (decimal): -902981 or 12269810. OLE color: 12269810.
HSL color Cylindrical-coordinate representation of color #F238BB: hue angle of 317.74º 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 #F238BB is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 187 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.05 |
| HSL | 317.74º | 0.88% | 0.58% | - |
| HSV(B) | 317.74º | 0.77% | 0.95% | - |
| XYZ | 47 | 25.29 | 49.42 | - |
| YUV | 126.55 | 162.12 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 187 | 0 | 0.77 | 0.23 | 0.05 | 317.74 | 0.88 | 0.58 |
| Hex | F2 | 38 | BB | 0 | 4D | 17 | 5 | 13E | 58 | 3A |
| Octal | 362 | 70 | 273 | 0 | 115 | 27 | 5 | 476 | 130 | 72 |
| Binary | 11110010 | 111000 | 10111011 | 0 | 1001101 | 10111 | 101 | 100111110 | 1011000 | 111010 |
Color Harmonies of #F238BB
Complementary color
Monochromatic Colors of #F238BB
Black with #F238BB
Text Example
Text Example
White with #F238BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F238BB; }
p { color: rgb(242,56,187); }
H1.HeaderClassName
{
color: #F238BB;
}
.AnyTagClassName
{
color: #F238BB;
}
</style>
background-color css
<style>
a { background-color: #F238BB; }
a { background-color: rgb(242,56,187); }
div.DivClassName
{
background-color: #F238BB;
}
.BgClassName
{
background-color: #F238BB;
}
</style>
border-color css
<style>
span { border-color: #F238BB; }
span { border-color: rgb(242,56,187); }
td.TdClassName
{
border-color: #F238BB;
}
.TagClassName
{
border-color: #F238BB;
}
</style>