#F296FC

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

Shades of Violet #F296FC

Tints of Violet #F296FC

Color information

#F296FC (or 0xF296FC) is unknown color: approx Violet. HEX triplet: F2, 96 and FC. RGB value is (242,150,252). Sum of RGB (Red+Green+Blue) = 242+150+252=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 150 (58.98% from 255 or 23.29% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #F296FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F296FC is #0D6903. Grayscale: #BCBCBC. Windows color (decimal): -878852 or 16553714. OLE color: 16553714.

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

Color convert

RGB242150252-
CMYK0.040.4000.01
HSL294.12º94.44%78.82%-
HSV(B)294.12º40.48%98.82%-
XYZ65.0947.7297.88-
YUV189.14163.48165.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.58%
GREEN value IS 150 (58.98% from 255) = 23.29%
BLUE value IS 252 (98.83% from 255) = 39.13%
R=37.58%
G=23.29%
B=39.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421502520.040.4000.01294.1294.4478.82
HexF296FC428011265e4f
Octal36222637445001446136117
Binary1111001010010110111111001001010000110010011010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F296FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F296FC; }

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

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

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

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

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

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

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

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