#F28DF2

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

Shades of Violet #F28DF2

Tints of Violet #F28DF2

Color information

#F28DF2 (or 0xF28DF2) is unknown color: approx Violet. HEX triplet: F2, 8D and F2. RGB value is (242,141,242). Sum of RGB (Red+Green+Blue) = 242+141+242=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 141 (55.47% from 255 or 22.56% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F28DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28DF2 is #0D720D. Grayscale: #B6B6B6. Windows color (decimal): -881166 or 15896050. OLE color: 15896050.

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

Color convert

RGB242141242-
CMYK00.4200.05
HSL300º79.53%75.1%-
HSV(B)300º41.74%94.9%-
XYZ62.1744.3489.29-
YUV182.71161.46170.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.72%
GREEN value IS 141 (55.47% from 255) = 22.56%
BLUE value IS 242 (94.92% from 255) = 38.72%
R=38.72%
G=22.56%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214124200.4200.0530079.5375.1
HexF28DF202A0512c504b
Octal36221536205205454120113
Binary1111001010001101111100100101010010110010110010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28DF2; }

 p { color: rgb(242,141,242); }

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

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

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

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

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

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

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