#F289FE

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

Shades of Violet #F289FE

Tints of Violet #F289FE

Color information

#F289FE (or 0xF289FE) is unknown color: approx Violet. HEX triplet: F2, 89 and FE. RGB value is (242,137,254). Sum of RGB (Red+Green+Blue) = 242+137+254=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 137 (53.91% from 255 or 21.64% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #F289FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F289FE is #0D7601. Grayscale: #B5B5B5. Windows color (decimal): -882178 or 16681458. OLE color: 16681458.

HSL color Cylindrical-coordinate representation of color #F289FE: hue angle of 293.85º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F289FE is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB242137254-
CMYK0.050.4600.00
HSL293.85º98.32%76.67%-
HSV(B)293.85º46.06%99.61%-
XYZ63.4543.9298.9-
YUV181.73168.79170.99-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 137 (53.91% from 255) = 21.64%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=38.23%
G=21.64%
B=40.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2421372540.050.4600.00293.8598.3276.67
HexF289FE52E00126624d
Octal36221137655600446142115
Binary1111001010001001111111101011011100010010011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F289FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F289FE; }

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

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

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

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

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

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

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

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