Shades of Violet #F28CFB
Tints of Violet #F28CFB
RGB
CMYK
RGB Variations
Color information
#F28CFB (or 0xF28CFB) is known color: Violet. HEX triplet: F2, 8C and FB. RGB value is (242,140,251). Sum of RGB (Red+Green+Blue) = 242+140+251=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 140 (55.08% from 255 or 22.12% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #F28CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28CFB is #0D7304. Grayscale: #B6B6B6. Windows color (decimal): -881413 or 16485618. OLE color: 16485618.
HSL color Cylindrical-coordinate representation of color #F28CFB: hue angle of 295.14º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F28CFB is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 140 | 251 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.02 |
| HSL | 295.14º | 0.93% | 0.77% | - |
| HSV(B) | 295.14º | 0.44% | 0.98% | - |
| XYZ | 63.41 | 44.6 | 96.53 | - |
| YUV | 183.15 | 166.29 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 251 | 0.04 | 0.44 | 0 | 0.02 | 295.14 | 0.93 | 0.77 |
| Hex | F2 | 8C | FB | 4 | 2C | 0 | 2 | 127 | 5D | 4D |
| Octal | 362 | 214 | 373 | 4 | 54 | 0 | 2 | 447 | 135 | 115 |
| Binary | 11110010 | 10001100 | 11111011 | 100 | 101100 | 0 | 10 | 100100111 | 1011101 | 1001101 |
Color Harmonies of #F28CFB
Complementary color
Monochromatic Colors of #F28CFB
Black with #F28CFB
Text Example
Text Example
White with #F28CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28CFB; }
p { color: rgb(242,140,251); }
H1.HeaderClassName
{
color: #F28CFB;
}
.AnyTagClassName
{
color: #F28CFB;
}
</style>
background-color css
<style>
a { background-color: #F28CFB; }
a { background-color: rgb(242,140,251); }
div.DivClassName
{
background-color: #F28CFB;
}
.BgClassName
{
background-color: #F28CFB;
}
</style>
border-color css
<style>
span { border-color: #F28CFB; }
span { border-color: rgb(242,140,251); }
td.TdClassName
{
border-color: #F28CFB;
}
.TagClassName
{
border-color: #F28CFB;
}
</style>