Shades of Persian Pink #F275B5
Tints of Persian Pink #F275B5
RGB
CMYK
RGB Variations
Color information
#F275B5 (or 0xF275B5) is known color: Persian Pink. HEX triplet: F2, 75 and B5. RGB value is (242,117,181). Sum of RGB (Red+Green+Blue) = 242+117+181=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F275B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F275B5 is #0D8A4A. Grayscale: #A1A1A1. Windows color (decimal): -887371 or 11892210. OLE color: 11892210.
HSL color Cylindrical-coordinate representation of color #F275B5: hue angle of 329.28º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F275B5 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 181 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.05 |
| HSL | 329.28º | 0.83% | 0.7% | - |
| HSV(B) | 329.28º | 0.52% | 0.95% | - |
| XYZ | 51.32 | 34.94 | 47.75 | - |
| YUV | 161.67 | 138.91 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 181 | 0 | 0.52 | 0.25 | 0.05 | 329.28 | 0.83 | 0.7 |
| Hex | F2 | 75 | B5 | 0 | 34 | 19 | 5 | 149 | 53 | 46 |
| Octal | 362 | 165 | 265 | 0 | 64 | 31 | 5 | 511 | 123 | 106 |
| Binary | 11110010 | 1110101 | 10110101 | 0 | 110100 | 11001 | 101 | 101001001 | 1010011 | 1000110 |
Color Harmonies of #F275B5
Complementary color
Monochromatic Colors of #F275B5
Black with #F275B5
Text Example
Text Example
White with #F275B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F275B5; }
p { color: rgb(242,117,181); }
H1.HeaderClassName
{
color: #F275B5;
}
.AnyTagClassName
{
color: #F275B5;
}
</style>
background-color css
<style>
a { background-color: #F275B5; }
a { background-color: rgb(242,117,181); }
div.DivClassName
{
background-color: #F275B5;
}
.BgClassName
{
background-color: #F275B5;
}
</style>
border-color css
<style>
span { border-color: #F275B5; }
span { border-color: rgb(242,117,181); }
td.TdClassName
{
border-color: #F275B5;
}
.TagClassName
{
border-color: #F275B5;
}
</style>