#F28EFD

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

Shades of Violet #F28EFD

Tints of Violet #F28EFD

Color information

#F28EFD (or 0xF28EFD) is unknown color: approx Violet. HEX triplet: F2, 8E and FD. RGB value is (242,142,253). Sum of RGB (Red+Green+Blue) = 242+142+253=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 142 (55.86% from 255 or 22.29% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #F28EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28EFD is #0D7102. Grayscale: #B8B8B8. Windows color (decimal): -880899 or 16617202. OLE color: 16617202.

HSL color Cylindrical-coordinate representation of color #F28EFD: hue angle of 294.05º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F28EFD is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB242142253-
CMYK0.040.4400.01
HSL294.05º96.52%77.45%-
HSV(B)294.05º43.87%99.22%-
XYZ64.0245.3298.3-
YUV184.55166.63168.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.99%
GREEN value IS 142 (55.86% from 255) = 22.29%
BLUE value IS 253 (99.22% from 255) = 39.72%
R=37.99%
G=22.29%
B=39.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421422530.040.4400.01294.0596.5277.45
HexF28EFD42C01126614d
Octal36221637545401446141115
Binary1111001010001110111111011001011000110010011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28EFD; }

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

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

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

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

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

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

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

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