Shades of Violet #F281FB
Tints of Violet #F281FB
RGB
CMYK
RGB Variations
Color information
#F281FB (or 0xF281FB) is known color: Violet. HEX triplet: F2, 81 and FB. RGB value is (242,129,251). Sum of RGB (Red+Green+Blue) = 242+129+251=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 129 (50.78% from 255 or 20.74% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #F281FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F281FB is #0D7E04. Grayscale: #B0B0B0. Windows color (decimal): -884229 or 16482802. OLE color: 16482802.
HSL color Cylindrical-coordinate representation of color #F281FB: hue angle of 295.57º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F281FB is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 129 | 251 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.02 |
| HSL | 295.57º | 0.94% | 0.75% | - |
| HSV(B) | 295.57º | 0.49% | 0.98% | - |
| XYZ | 61.88 | 41.54 | 96.02 | - |
| YUV | 176.7 | 169.94 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 251 | 0.04 | 0.49 | 0 | 0.02 | 295.57 | 0.94 | 0.75 |
| Hex | F2 | 81 | FB | 4 | 31 | 0 | 2 | 128 | 5E | 4B |
| Octal | 362 | 201 | 373 | 4 | 61 | 0 | 2 | 450 | 136 | 113 |
| Binary | 11110010 | 10000001 | 11111011 | 100 | 110001 | 0 | 10 | 100101000 | 1011110 | 1001011 |
Color Harmonies of #F281FB
Complementary color
Monochromatic Colors of #F281FB
Black with #F281FB
Text Example
Text Example
White with #F281FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F281FB; }
p { color: rgb(242,129,251); }
H1.HeaderClassName
{
color: #F281FB;
}
.AnyTagClassName
{
color: #F281FB;
}
</style>
background-color css
<style>
a { background-color: #F281FB; }
a { background-color: rgb(242,129,251); }
div.DivClassName
{
background-color: #F281FB;
}
.BgClassName
{
background-color: #F281FB;
}
</style>
border-color css
<style>
span { border-color: #F281FB; }
span { border-color: rgb(242,129,251); }
td.TdClassName
{
border-color: #F281FB;
}
.TagClassName
{
border-color: #F281FB;
}
</style>