#F28FEE

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

Shades of Violet #F28FEE

Tints of Violet #F28FEE

Color information

#F28FEE (or 0xF28FEE) is unknown color: approx Violet. HEX triplet: F2, 8F and EE. RGB value is (242,143,238). Sum of RGB (Red+Green+Blue) = 242+143+238=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 143 (56.25% from 255 or 22.95% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28FEE is #0D7011. Grayscale: #B7B7B7. Windows color (decimal): -880658 or 15634418. OLE color: 15634418.

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

Color convert

RGB242143238-
CMYK00.410.020.05
HSL302.42º79.2%75.49%-
HSV(B)302.42º40.91%94.9%-
XYZ61.8744.786.25-
YUV183.43158.8169.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.84%
GREEN value IS 143 (56.25% from 255) = 22.95%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=38.84%
G=22.95%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214323800.410.020.05302.4279.275.49
HexF28FEE0292512e4f4b
Octal36221735605125456117113
Binary11110010100011111110111001010011010110010111010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28FEE; }

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

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

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

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

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

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

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

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