#F296FD

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

Shades of Violet #F296FD

Tints of Violet #F296FD

Color information

#F296FD (or 0xF296FD) is unknown color: approx Violet. HEX triplet: F2, 96 and FD. RGB value is (242,150,253). Sum of RGB (Red+Green+Blue) = 242+150+253=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 150 (58.98% from 255 or 23.26% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #F296FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F296FD is #0D6902. Grayscale: #BCBCBC. Windows color (decimal): -878851 or 16619250. OLE color: 16619250.

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

Color convert

RGB242150253-
CMYK0.040.4100.01
HSL293.59º96.26%79.02%-
HSV(B)293.59º40.71%99.22%-
XYZ65.2547.7898.71-
YUV189.25163.98165.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.52%
GREEN value IS 150 (58.98% from 255) = 23.26%
BLUE value IS 253 (99.22% from 255) = 39.22%
R=37.52%
G=23.26%
B=39.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421502530.040.4100.01293.5996.2679.02
HexF296FD42901126604f
Octal36222637545101446140117
Binary1111001010010110111111011001010010110010011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F296FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F296FD; }

 p { color: rgb(242,150,253); }

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

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

 a { background-color: rgb(242,150,253); }

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

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

 span { border-color: rgb(242,150,253); }

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