#F299F3

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

Shades of Violet #F299F3

Tints of Violet #F299F3

Color information

#F299F3 (or 0xF299F3) is unknown color: approx Violet. HEX triplet: F2, 99 and F3. RGB value is (242,153,243). Sum of RGB (Red+Green+Blue) = 242+153+243=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 153 (60.16% from 255 or 23.98% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #F299F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F299F3 is #0D660C. Grayscale: #BDBDBD. Windows color (decimal): -878093 or 15964658. OLE color: 15964658.

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

Color convert

RGB242153243-
CMYK0.000.3700.05
HSL299.33º78.95%77.65%-
HSV(B)299.33º37.04%95.29%-
XYZ64.1948.1390.7-
YUV189.87157.99165.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.93%
GREEN value IS 153 (60.16% from 255) = 23.98%
BLUE value IS 243 (95.31% from 255) = 38.09%
R=37.93%
G=23.98%
B=38.09%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421532430.000.3700.05299.3378.9577.65
HexF299F30250512b4f4e
Octal36223136304505453117116
Binary1111001010011001111100110100101010110010101110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F299F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F299F3; }

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

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

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

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

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

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

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

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