#F298EF

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

Shades of Violet #F298EF

Tints of Violet #F298EF

Color information

#F298EF (or 0xF298EF) is unknown color: approx Violet. HEX triplet: F2, 98 and EF. RGB value is (242,152,239). Sum of RGB (Red+Green+Blue) = 242+152+239=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 152 (59.77% from 255 or 24.01% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F298EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F298EF is #0D6710. Grayscale: #BCBCBC. Windows color (decimal): -878353 or 15702258. OLE color: 15702258.

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

Color convert

RGB242152239-
CMYK00.370.010.05
HSL302º77.59%77.25%-
HSV(B)302º37.19%94.9%-
XYZ63.4347.5787.5-
YUV188.83156.32165.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 152 (59.77% from 255) = 24.01%
BLUE value IS 239 (93.75% from 255) = 37.76%
R=38.23%
G=24.01%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215223900.370.010.0530277.5977.25
HexF298EF0251512e4e4d
Octal36223035704515456116115
Binary1111001010011000111011110100101110110010111010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F298EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F298EF; }

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

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

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

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

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

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

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

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