Shades of Violet #F274F4
Tints of Violet #F274F4
RGB
CMYK
RGB Variations
Color information
#F274F4 (or 0xF274F4) is known color: Violet. HEX triplet: F2, 74 and F4. RGB value is (242,116,244). Sum of RGB (Red+Green+Blue) = 242+116+244=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 116 (45.70% from 255 or 19.27% from 602); Blue value is 244 (95.70% from 255 or 40.53% from 602); Max value from RGB is 244 - color contains mainly: blue. Hex color #F274F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F274F4 is #0D8B0B. Grayscale: #A7A7A7. Windows color (decimal): -887564 or 16020722. OLE color: 16020722.
HSL color Cylindrical-coordinate representation of color #F274F4: hue angle of 299.06º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F274F4 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 116 | 244 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.04 |
| HSL | 299.06º | 0.85% | 0.71% | - |
| HSV(B) | 299.06º | 0.52% | 0.96% | - |
| XYZ | 59.19 | 37.9 | 89.78 | - |
| YUV | 168.27 | 170.74 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 244 | 0.01 | 0.52 | 0 | 0.04 | 299.06 | 0.85 | 0.71 |
| Hex | F2 | 74 | F4 | 1 | 34 | 0 | 4 | 12B | 55 | 47 |
| Octal | 362 | 164 | 364 | 1 | 64 | 0 | 4 | 453 | 125 | 107 |
| Binary | 11110010 | 1110100 | 11110100 | 1 | 110100 | 0 | 100 | 100101011 | 1010101 | 1000111 |
Color Harmonies of #F274F4
Complementary color
Monochromatic Colors of #F274F4
Black with #F274F4
Text Example
Text Example
White with #F274F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F274F4; }
p { color: rgb(242,116,244); }
H1.HeaderClassName
{
color: #F274F4;
}
.AnyTagClassName
{
color: #F274F4;
}
</style>
background-color css
<style>
a { background-color: #F274F4; }
a { background-color: rgb(242,116,244); }
div.DivClassName
{
background-color: #F274F4;
}
.BgClassName
{
background-color: #F274F4;
}
</style>
border-color css
<style>
span { border-color: #F274F4; }
span { border-color: rgb(242,116,244); }
td.TdClassName
{
border-color: #F274F4;
}
.TagClassName
{
border-color: #F274F4;
}
</style>