#F299FC

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

Shades of Violet #F299FC

Tints of Violet #F299FC

Color information

#F299FC (or 0xF299FC) is unknown color: approx Violet. HEX triplet: F2, 99 and FC. RGB value is (242,153,252). Sum of RGB (Red+Green+Blue) = 242+153+252=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 153 (60.16% from 255 or 23.65% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #F299FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F299FC is #0D6603. Grayscale: #BEBEBE. Windows color (decimal): -878084 or 16554482. OLE color: 16554482.

HSL color Cylindrical-coordinate representation of color #F299FC: hue angle of 293.94º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F299FC is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB242153252-
CMYK0.040.3900.01
HSL293.94º94.29%79.41%-
HSV(B)293.94º39.29%98.82%-
XYZ65.5848.6998.04-
YUV190.9162.49164.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.40%
GREEN value IS 153 (60.16% from 255) = 23.65%
BLUE value IS 252 (98.83% from 255) = 38.95%
R=37.40%
G=23.65%
B=38.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421532520.040.3900.01293.9494.2979.41
HexF299FC427011265e4f
Octal36223137444701446136117
Binary1111001010011001111111001001001110110010011010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F299FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F299FC; }

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

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

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

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

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

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

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

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