#F299FF

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

Shades of Violet #F299FF

Tints of Violet #F299FF

Color information

#F299FF (or 0xF299FF) is unknown color: approx Violet. HEX triplet: F2, 99 and FF. RGB value is (242,153,255). Sum of RGB (Red+Green+Blue) = 242+153+255=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 153 (60.16% from 255 or 23.54% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #F299FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F299FF is #0D6600. Grayscale: #BEBEBE. Windows color (decimal): -878081 or 16751090. OLE color: 16751090.

HSL color Cylindrical-coordinate representation of color #F299FF: hue angle of 292.35º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F299FF is Cyan = 0.05, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB242153255-
CMYK0.050.400
HSL292.35º100%80%-
HSV(B)292.35º40%100%-
XYZ66.0648.88100.56-
YUV191.24163.99164.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.23%
GREEN value IS 153 (60.16% from 255) = 23.54%
BLUE value IS 255 (100% from 255) = 39.23%
R=37.23%
G=23.54%
B=39.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421532550.050.400292.3510080
HexF299FF528001246450
Octal36223137755000444144120
Binary1111001010011001111111111011010000010010010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F299FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F299FF; }

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

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

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

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

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

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

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

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