Shades of Violet #F283F7
Tints of Violet #F283F7
RGB
CMYK
RGB Variations
Color information
#F283F7 (or 0xF283F7) is known color: Violet. HEX triplet: F2, 83 and F7. RGB value is (242,131,247). Sum of RGB (Red+Green+Blue) = 242+131+247=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 131 (51.56% from 255 or 21.13% from 620); Blue value is 247 (96.88% from 255 or 39.84% from 620); Max value from RGB is 247 - color contains mainly: blue. Hex color #F283F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F283F7 is #0D7C08. Grayscale: #B1B1B1. Windows color (decimal): -883721 or 16221170. OLE color: 16221170.
HSL color Cylindrical-coordinate representation of color #F283F7: hue angle of 297.41º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F283F7 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 131 | 247 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.03 |
| HSL | 297.41º | 0.88% | 0.74% | - |
| HSV(B) | 297.41º | 0.47% | 0.97% | - |
| XYZ | 61.52 | 41.83 | 92.83 | - |
| YUV | 177.41 | 167.27 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 247 | 0.02 | 0.47 | 0 | 0.03 | 297.41 | 0.88 | 0.74 |
| Hex | F2 | 83 | F7 | 2 | 2F | 0 | 3 | 129 | 58 | 4A |
| Octal | 362 | 203 | 367 | 2 | 57 | 0 | 3 | 451 | 130 | 112 |
| Binary | 11110010 | 10000011 | 11110111 | 10 | 101111 | 0 | 11 | 100101001 | 1011000 | 1001010 |
Color Harmonies of #F283F7
Complementary color
Monochromatic Colors of #F283F7
Black with #F283F7
Text Example
Text Example
White with #F283F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F283F7; }
p { color: rgb(242,131,247); }
H1.HeaderClassName
{
color: #F283F7;
}
.AnyTagClassName
{
color: #F283F7;
}
</style>
background-color css
<style>
a { background-color: #F283F7; }
a { background-color: rgb(242,131,247); }
div.DivClassName
{
background-color: #F283F7;
}
.BgClassName
{
background-color: #F283F7;
}
</style>
border-color css
<style>
span { border-color: #F283F7; }
span { border-color: rgb(242,131,247); }
td.TdClassName
{
border-color: #F283F7;
}
.TagClassName
{
border-color: #F283F7;
}
</style>