#F28EEA

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

Shades of Violet #F28EEA

Tints of Violet #F28EEA

Color information

#F28EEA (or 0xF28EEA) is unknown color: approx Violet. HEX triplet: F2, 8E and EA. RGB value is (242,142,234). Sum of RGB (Red+Green+Blue) = 242+142+234=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 142 (55.86% from 255 or 22.98% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F28EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28EEA is #0D7115. Grayscale: #B6B6B6. Windows color (decimal): -880918 or 15372018. OLE color: 15372018.

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

Color convert

RGB242142234-
CMYK00.410.030.05
HSL304.8º79.37%75.29%-
HSV(B)304.8º41.32%94.9%-
XYZ61.1444.1683.14-
YUV182.39157.13170.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.16%
GREEN value IS 142 (55.86% from 255) = 22.98%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=39.16%
G=22.98%
B=37.86%

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
Decimal24214223400.410.030.05304.879.3775.29
HexF28EEA029351314f4b
Octal36221635205135461117113
Binary11110010100011101110101001010011110110011000110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28EEA; }

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

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

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

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

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

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

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

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