Shades of Persian Rose #F237B3
Tints of Persian Rose #F237B3
RGB
CMYK
RGB Variations
Color information
#F237B3 (or 0xF237B3) is known color: Persian Rose. HEX triplet: F2, 37 and B3. RGB value is (242,55,179). Sum of RGB (Red+Green+Blue) = 242+55+179=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 55 (21.88% from 255 or 11.55% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F237B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F237B3 is #0DC84C. Grayscale: #7C7C7C. Windows color (decimal): -903245 or 11745266. OLE color: 11745266.
HSL color Cylindrical-coordinate representation of color #F237B3: hue angle of 320.21º 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 #F237B3 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 179 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.05 |
| HSL | 320.21º | 0.88% | 0.58% | - |
| HSV(B) | 320.21º | 0.77% | 0.95% | - |
| XYZ | 46.12 | 24.86 | 45.02 | - |
| YUV | 125.05 | 158.45 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 179 | 0 | 0.77 | 0.26 | 0.05 | 320.21 | 0.88 | 0.58 |
| Hex | F2 | 37 | B3 | 0 | 4D | 1A | 5 | 140 | 58 | 3A |
| Octal | 362 | 67 | 263 | 0 | 115 | 32 | 5 | 500 | 130 | 72 |
| Binary | 11110010 | 110111 | 10110011 | 0 | 1001101 | 11010 | 101 | 101000000 | 1011000 | 111010 |
Color Harmonies of #F237B3
Complementary color
Monochromatic Colors of #F237B3
Black with #F237B3
Text Example
Text Example
White with #F237B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F237B3; }
p { color: rgb(242,55,179); }
H1.HeaderClassName
{
color: #F237B3;
}
.AnyTagClassName
{
color: #F237B3;
}
</style>
background-color css
<style>
a { background-color: #F237B3; }
a { background-color: rgb(242,55,179); }
div.DivClassName
{
background-color: #F237B3;
}
.BgClassName
{
background-color: #F237B3;
}
</style>
border-color css
<style>
span { border-color: #F237B3; }
span { border-color: rgb(242,55,179); }
td.TdClassName
{
border-color: #F237B3;
}
.TagClassName
{
border-color: #F237B3;
}
</style>