#F289EA

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

Shades of Violet #F289EA

Tints of Violet #F289EA

Color information

#F289EA (or 0xF289EA) is unknown color: approx Violet. HEX triplet: F2, 89 and EA. RGB value is (242,137,234). Sum of RGB (Red+Green+Blue) = 242+137+234=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 137 (53.91% from 255 or 22.35% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F289EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F289EA is #0D7615. Grayscale: #B3B3B3. Windows color (decimal): -882198 or 15370738. OLE color: 15370738.

HSL color Cylindrical-coordinate representation of color #F289EA: hue angle of 304.57º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F289EA is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB242137234-
CMYK00.430.030.05
HSL304.57º80.15%74.31%-
HSV(B)304.57º43.39%94.9%-
XYZ60.4142.7182.9-
YUV179.45158.79172.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.48%
GREEN value IS 137 (53.91% from 255) = 22.35%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=39.48%
G=22.35%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213723400.430.030.05304.5780.1574.31
HexF289EA02B35131504a
Octal36221135205335461120112
Binary11110010100010011110101001010111110110011000110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F289EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F289EA; }

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

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

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

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

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

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

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

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