#F28DF0

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

Shades of Violet #F28DF0

Tints of Violet #F28DF0

Color information

#F28DF0 (or 0xF28DF0) is unknown color: approx Violet. HEX triplet: F2, 8D and F0. RGB value is (242,141,240). Sum of RGB (Red+Green+Blue) = 242+141+240=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 141 (55.47% from 255 or 22.63% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28DF0 is #0D720F. Grayscale: #B6B6B6. Windows color (decimal): -881168 or 15764978. OLE color: 15764978.

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

Color convert

RGB242141240-
CMYK00.420.010.05
HSL301.19º79.53%75.1%-
HSV(B)301.19º41.74%94.9%-
XYZ61.8744.2287.71-
YUV182.48160.46170.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.84%
GREEN value IS 141 (55.47% from 255) = 22.63%
BLUE value IS 240 (94.14% from 255) = 38.52%
R=38.84%
G=22.63%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214124000.420.010.05301.1979.5375.1
HexF28DF002A1512d504b
Octal36221536005215455120113
Binary1111001010001101111100000101010110110010110110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28DF0; }

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

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

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

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

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

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

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

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