#F298EE

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

Shades of Violet #F298EE

Tints of Violet #F298EE

Color information

#F298EE (or 0xF298EE) is unknown color: approx Violet. HEX triplet: F2, 98 and EE. RGB value is (242,152,238). Sum of RGB (Red+Green+Blue) = 242+152+238=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 152 (59.77% from 255 or 24.05% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F298EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F298EE is #0D6711. Grayscale: #BCBCBC. Windows color (decimal): -878354 or 15636722. OLE color: 15636722.

HSL color Cylindrical-coordinate representation of color #F298EE: hue angle of 302.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F298EE is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242152238-
CMYK00.370.020.05
HSL302.67º77.59%77.25%-
HSV(B)302.67º37.19%94.9%-
XYZ63.2847.5186.72-
YUV188.71155.82166.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.29%
GREEN value IS 152 (59.77% from 255) = 24.05%
BLUE value IS 238 (93.36% from 255) = 37.66%
R=38.29%
G=24.05%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215223800.370.020.05302.6777.5977.25
HexF298EE0252512f4e4d
Octal36223035604525457116115
Binary11110010100110001110111001001011010110010111110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F298EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F298EE; }

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

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

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

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

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

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

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

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