Shades of Persian Rose #F938AB
Tints of Persian Rose #F938AB
RGB
CMYK
RGB Variations
Color information
#F938AB (or 0xF938AB) is known color: Persian Rose. HEX triplet: F9, 38 and AB. RGB value is (249,56,171). Sum of RGB (Red+Green+Blue) = 249+56+171=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F938AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F938AB is #06C754. Grayscale: #7E7E7E. Windows color (decimal): -444245 or 11221241. OLE color: 11221241.
HSL color Cylindrical-coordinate representation of color #F938AB: hue angle of 324.25º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F938AB is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 56 | 171 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.02 |
| HSL | 324.25º | 0.94% | 0.6% | - |
| HSV(B) | 324.25º | 0.78% | 0.98% | - |
| XYZ | 47.83 | 25.91 | 41.01 | - |
| YUV | 126.82 | 152.94 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 56 | 171 | 0 | 0.78 | 0.31 | 0.02 | 324.25 | 0.94 | 0.6 |
| Hex | F9 | 38 | AB | 0 | 4E | 1F | 2 | 144 | 5E | 3C |
| Octal | 371 | 70 | 253 | 0 | 116 | 37 | 2 | 504 | 136 | 74 |
| Binary | 11111001 | 111000 | 10101011 | 0 | 1001110 | 11111 | 10 | 101000100 | 1011110 | 111100 |
Color Harmonies of #F938AB
Complementary color
Monochromatic Colors of #F938AB
Black with #F938AB
Text Example
Text Example
White with #F938AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F938AB; }
p { color: rgb(249,56,171); }
H1.HeaderClassName
{
color: #F938AB;
}
.AnyTagClassName
{
color: #F938AB;
}
</style>
background-color css
<style>
a { background-color: #F938AB; }
a { background-color: rgb(249,56,171); }
div.DivClassName
{
background-color: #F938AB;
}
.BgClassName
{
background-color: #F938AB;
}
</style>
border-color css
<style>
span { border-color: #F938AB; }
span { border-color: rgb(249,56,171); }
td.TdClassName
{
border-color: #F938AB;
}
.TagClassName
{
border-color: #F938AB;
}
</style>