#F28EF9

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

Shades of Violet #F28EF9

Tints of Violet #F28EF9

Color information

#F28EF9 (or 0xF28EF9) is unknown color: approx Violet. HEX triplet: F2, 8E and F9. RGB value is (242,142,249). Sum of RGB (Red+Green+Blue) = 242+142+249=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 142 (55.86% from 255 or 22.43% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 249 - color contains mainly: blue. Hex color #F28EF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28EF9 is #0D7106. Grayscale: #B7B7B7. Windows color (decimal): -880903 or 16355058. OLE color: 16355058.

HSL color Cylindrical-coordinate representation of color #F28EF9: hue angle of 296.07º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28EF9 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242142249-
CMYK0.030.4300.02
HSL296.07º89.92%76.67%-
HSV(B)296.07º42.97%97.65%-
XYZ63.3945.0694.98-
YUV184.1164.63169.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 142 (55.86% from 255) = 22.43%
BLUE value IS 249 (97.66% from 255) = 39.34%
R=38.23%
G=22.43%
B=39.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421422490.030.4300.02296.0789.9276.67
HexF28EF932B021285a4d
Octal36221637135302450132115
Binary1111001010001110111110011110101101010010100010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28EF9; }

 p { color: rgb(242,142,249); }

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

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

 a { background-color: rgb(242,142,249); }

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

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

 span { border-color: rgb(242,142,249); }

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