Shades of Violet #F28FFC
Tints of Violet #F28FFC
RGB
CMYK
RGB Variations
Color information
#F28FFC (or 0xF28FFC) is known color: Violet. HEX triplet: F2, 8F and FC. RGB value is (242,143,252). Sum of RGB (Red+Green+Blue) = 242+143+252=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 143 (56.25% from 255 or 22.45% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #F28FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28FFC is #0D7003. Grayscale: #B8B8B8. Windows color (decimal): -880644 or 16551922. OLE color: 16551922.
HSL color Cylindrical-coordinate representation of color #F28FFC: hue angle of 294.5º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28FFC is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 143 | 252 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.01 |
| HSL | 294.5º | 0.95% | 0.77% | - |
| HSV(B) | 294.5º | 0.43% | 0.99% | - |
| XYZ | 64.01 | 45.55 | 97.51 | - |
| YUV | 185.03 | 165.8 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 252 | 0.04 | 0.43 | 0 | 0.01 | 294.5 | 0.95 | 0.77 |
| Hex | F2 | 8F | FC | 4 | 2B | 0 | 1 | 126 | 5F | 4D |
| Octal | 362 | 217 | 374 | 4 | 53 | 0 | 1 | 446 | 137 | 115 |
| Binary | 11110010 | 10001111 | 11111100 | 100 | 101011 | 0 | 1 | 100100110 | 1011111 | 1001101 |
Color Harmonies of #F28FFC
Complementary color
Monochromatic Colors of #F28FFC
Black with #F28FFC
Text Example
Text Example
White with #F28FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28FFC; }
p { color: rgb(242,143,252); }
H1.HeaderClassName
{
color: #F28FFC;
}
.AnyTagClassName
{
color: #F28FFC;
}
</style>
background-color css
<style>
a { background-color: #F28FFC; }
a { background-color: rgb(242,143,252); }
div.DivClassName
{
background-color: #F28FFC;
}
.BgClassName
{
background-color: #F28FFC;
}
</style>
border-color css
<style>
span { border-color: #F28FFC; }
span { border-color: rgb(242,143,252); }
td.TdClassName
{
border-color: #F28FFC;
}
.TagClassName
{
border-color: #F28FFC;
}
</style>