#F490F2

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

Shades of Violet #F490F2

Tints of Violet #F490F2

Color information

#F490F2 (or 0xF490F2) is unknown color: approx Violet. HEX triplet: F4, 90 and F2. RGB value is (244,144,242). Sum of RGB (Red+Green+Blue) = 244+144+242=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 144 (56.64% from 255 or 22.86% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 244 - color contains mainly: red. Hex color #F490F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F490F2 is #0B6F0D. Grayscale: #B8B8B8. Windows color (decimal): -749326 or 15896820. OLE color: 15896820.

HSL color Cylindrical-coordinate representation of color #F490F2: hue angle of 301.2º degrees, saturation: 0.82, 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 #F490F2 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB244144242-
CMYK00.410.010.04
HSL301.2º81.97%76.08%-
HSV(B)301.2º40.98%95.69%-
XYZ63.3145.5989.47-
YUV185.07160.13170.03-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.73%
GREEN value IS 144 (56.64% from 255) = 22.86%
BLUE value IS 242 (94.92% from 255) = 38.41%
R=38.73%
G=22.86%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414424200.410.010.04301.281.9776.08
HexF490F20291412d524c
Octal36422036205114455122114
Binary1111010010010000111100100101001110010010110110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F490F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F490F2; }

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

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

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

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

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

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

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

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