Shades of Violet #F28FFB
Tints of Violet #F28FFB
RGB
CMYK
RGB Variations
Color information
#F28FFB (or 0xF28FFB) is known color: Violet. HEX triplet: F2, 8F and FB. RGB value is (242,143,251). Sum of RGB (Red+Green+Blue) = 242+143+251=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 143 (56.25% from 255 or 22.48% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #F28FFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28FFB is #0D7004. Grayscale: #B8B8B8. Windows color (decimal): -880645 or 16486386. OLE color: 16486386.
HSL color Cylindrical-coordinate representation of color #F28FFB: hue angle of 295º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28FFB is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 143 | 251 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.02 |
| HSL | 295º | 0.93% | 0.77% | - |
| HSV(B) | 295º | 0.43% | 0.98% | - |
| XYZ | 63.85 | 45.49 | 96.68 | - |
| YUV | 184.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 251 | 0.04 | 0.43 | 0 | 0.02 | 295 | 0.93 | 0.77 |
| Hex | F2 | 8F | FB | 4 | 2B | 0 | 2 | 127 | 5D | 4D |
| Octal | 362 | 217 | 373 | 4 | 53 | 0 | 2 | 447 | 135 | 115 |
| Binary | 11110010 | 10001111 | 11111011 | 100 | 101011 | 0 | 10 | 100100111 | 1011101 | 1001101 |
Color Harmonies of #F28FFB
Complementary color
Monochromatic Colors of #F28FFB
Black with #F28FFB
Text Example
Text Example
White with #F28FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28FFB; }
p { color: rgb(242,143,251); }
H1.HeaderClassName
{
color: #F28FFB;
}
.AnyTagClassName
{
color: #F28FFB;
}
</style>
background-color css
<style>
a { background-color: #F28FFB; }
a { background-color: rgb(242,143,251); }
div.DivClassName
{
background-color: #F28FFB;
}
.BgClassName
{
background-color: #F28FFB;
}
</style>
border-color css
<style>
span { border-color: #F28FFB; }
span { border-color: rgb(242,143,251); }
td.TdClassName
{
border-color: #F28FFB;
}
.TagClassName
{
border-color: #F28FFB;
}
</style>