#F28FEB

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

Shades of Violet #F28FEB

Tints of Violet #F28FEB

Color information

#F28FEB (or 0xF28FEB) is unknown color: approx Violet. HEX triplet: F2, 8F and EB. RGB value is (242,143,235). Sum of RGB (Red+Green+Blue) = 242+143+235=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 143 (56.25% from 255 or 23.06% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28FEB is #0D7014. Grayscale: #B6B6B6. Windows color (decimal): -880661 or 15437810. OLE color: 15437810.

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

Color convert

RGB242143235-
CMYK00.410.030.05
HSL304.24º79.2%75.49%-
HSV(B)304.24º40.91%94.9%-
XYZ61.4444.5283.95-
YUV183.09157.3170.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.03%
GREEN value IS 143 (56.25% from 255) = 23.06%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=39.03%
G=23.06%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214323500.410.030.05304.2479.275.49
HexF28FEB029351304f4b
Octal36221735305135460117113
Binary11110010100011111110101101010011110110011000010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28FEB; }

 p { color: rgb(242,143,235); }

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

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

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

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

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

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

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