#F274EA

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

Shades of Violet #F274EA

Tints of Violet #F274EA

Color information

#F274EA (or 0xF274EA) is unknown color: approx Violet. HEX triplet: F2, 74 and EA. RGB value is (242,116,234). Sum of RGB (Red+Green+Blue) = 242+116+234=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 116 (45.70% from 255 or 19.59% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F274EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F274EA is #0D8B15. Grayscale: #A6A6A6. Windows color (decimal): -887574 or 15365362. OLE color: 15365362.

HSL color Cylindrical-coordinate representation of color #F274EA: hue angle of 303.81º 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 #F274EA is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB242116234-
CMYK00.520.030.05
HSL303.81º82.89%70.2%-
HSV(B)303.81º52.07%94.9%-
XYZ57.7137.3182-
YUV167.13165.74181.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.88%
GREEN value IS 116 (45.70% from 255) = 19.59%
BLUE value IS 234 (91.80% from 255) = 39.53%
R=40.88%
G=19.59%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211623400.520.030.05303.8182.8970.2
HexF274EA034351305346
Octal36216435206435460123106
Binary1111001011101001110101001101001110110011000010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F274EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F274EA; }

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

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

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

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

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

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

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

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