#F299F1

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

Shades of Violet #F299F1

Tints of Violet #F299F1

Color information

#F299F1 (or 0xF299F1) is unknown color: approx Violet. HEX triplet: F2, 99 and F1. RGB value is (242,153,241). Sum of RGB (Red+Green+Blue) = 242+153+241=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 153 (60.16% from 255 or 24.06% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F299F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F299F1 is #0D660E. Grayscale: #BDBDBD. Windows color (decimal): -878095 or 15833586. OLE color: 15833586.

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

Color convert

RGB242153241-
CMYK00.370.000.05
HSL300.67º77.39%77.45%-
HSV(B)300.67º36.78%94.9%-
XYZ63.8948.0189.12-
YUV189.64156.99165.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.05%
GREEN value IS 153 (60.16% from 255) = 24.06%
BLUE value IS 241 (94.53% from 255) = 37.89%
R=38.05%
G=24.06%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215324100.370.000.05300.6777.3977.45
HexF299F10250512d4d4d
Octal36223136104505455115115
Binary1111001010011001111100010100101010110010110110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F299F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F299F1; }

 p { color: rgb(242,153,241); }

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

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

 a { background-color: rgb(242,153,241); }

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

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

 span { border-color: rgb(242,153,241); }

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