#F289ED

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

Shades of Violet #F289ED

Tints of Violet #F289ED

Color information

#F289ED (or 0xF289ED) is unknown color: approx Violet. HEX triplet: F2, 89 and ED. RGB value is (242,137,237). Sum of RGB (Red+Green+Blue) = 242+137+237=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 137 (53.91% from 255 or 22.24% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F289ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F289ED is #0D7612. Grayscale: #B3B3B3. Windows color (decimal): -882195 or 15567346. OLE color: 15567346.

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

Color convert

RGB242137237-
CMYK00.430.020.05
HSL302.86º80.15%74.31%-
HSV(B)302.86º43.39%94.9%-
XYZ60.8542.8885.19-
YUV179.8160.29172.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.29%
GREEN value IS 137 (53.91% from 255) = 22.24%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=39.29%
G=22.24%
B=38.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213723700.430.020.05302.8680.1574.31
HexF289ED02B2512f504a
Octal36221135505325457120112
Binary11110010100010011110110101010111010110010111110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F289ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F289ED; }

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

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

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

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

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

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

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

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