#F290F6

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

Shades of Violet #F290F6

Tints of Violet #F290F6

Color information

#F290F6 (or 0xF290F6) is unknown color: approx Violet. HEX triplet: F2, 90 and F6. RGB value is (242,144,246). Sum of RGB (Red+Green+Blue) = 242+144+246=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 144 (56.64% from 255 or 22.78% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 246 - color contains mainly: blue. Hex color #F290F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F290F6 is #0D6F09. Grayscale: #B8B8B8. Windows color (decimal): -880394 or 16158962. OLE color: 16158962.

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

Color convert

RGB242144246-
CMYK0.020.4100.04
HSL297.65º85%76.47%-
HSV(B)297.65º41.46%96.47%-
XYZ63.2345.4892.63-
YUV184.93162.47168.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.29%
GREEN value IS 144 (56.64% from 255) = 22.78%
BLUE value IS 246 (96.48% from 255) = 38.92%
R=38.29%
G=22.78%
B=38.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2421442460.020.4100.04297.658576.47
HexF290F62290412a554c
Octal36222036625104452125114
Binary11110010100100001111011010101001010010010101010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F290F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F290F6; }

 p { color: rgb(242,144,246); }

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

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

 a { background-color: rgb(242,144,246); }

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

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

 span { border-color: rgb(242,144,246); }

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