#F274EC

Color #F274EC Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #F274EC

Tints of Violet #F274EC

Color information

#F274EC (or 0xF274EC) is unknown color: approx Violet. HEX triplet: F2, 74 and EC. RGB value is (242,116,236). Sum of RGB (Red+Green+Blue) = 242+116+236=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 116 (45.70% from 255 or 19.53% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F274EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F274EC is #0D8B13. Grayscale: #A7A7A7. Windows color (decimal): -887572 or 15496434. OLE color: 15496434.

HSL color Cylindrical-coordinate representation of color #F274EC: hue angle of 302.86º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F274EC is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242116236-
CMYK00.520.020.05
HSL302.86º82.89%70.2%-
HSV(B)302.86º52.07%94.9%-
XYZ5837.4283.52-
YUV167.35166.74181.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 40.74%
GREEN value IS 116 (45.70% from 255) = 19.53%
BLUE value IS 236 (92.58% from 255) = 39.73%
R=40.74%
G=19.53%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211623600.520.020.05302.8682.8970.2
HexF274EC0342512f5346
Octal36216435406425457123106
Binary1111001011101001110110001101001010110010111110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F274EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F274EC; }

 p { color: rgb(242,116,236); }

 H1.HeaderClassName
 {
   color: #F274EC;
 }
 .AnyTagClassName
 {
   color: #F274EC;
 }
</style>
background-color css

<style>
 a { background-color: #F274EC; }

 a { background-color: rgb(242,116,236); }

 div.DivClassName
 {
   background-color: #F274EC;
 }
 .BgClassName
 {
   background-color: #F274EC;
 }
</style>
border-color css

<style>
 span { border-color: #F274EC; }

 span { border-color: rgb(242,116,236); }

 td.TdClassName
 {
   border-color: #F274EC;
 }
 .TagClassName
 {
   border-color: #F274EC;
 }
</style>