#F484F9

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

Shades of Violet #F484F9

Tints of Violet #F484F9

Color information

#F484F9 (or 0xF484F9) is unknown color: approx Violet. HEX triplet: F4, 84 and F9. RGB value is (244,132,249). Sum of RGB (Red+Green+Blue) = 244+132+249=625 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.04% from 625); Green value is 132 (51.95% from 255 or 21.12% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #F484F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F484F9 is #0B7B06. Grayscale: #B2B2B2. Windows color (decimal): -752391 or 16352500. OLE color: 16352500.

HSL color Cylindrical-coordinate representation of color #F484F9: hue angle of 297.44º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F484F9 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244132249-
CMYK0.020.4700.02
HSL297.44º90.7%74.71%-
HSV(B)297.44º46.99%97.65%-
XYZ62.6642.5894.54-
YUV178.83167.61174.49-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.04%
GREEN value IS 132 (51.95% from 255) = 21.12%
BLUE value IS 249 (97.66% from 255) = 39.84%
R=39.04%
G=21.12%
B=39.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441322490.020.4700.02297.4490.774.71
HexF484F922F021295b4b
Octal36420437125702451133113
Binary1111010010000100111110011010111101010010100110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F484F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F484F9; }

 p { color: rgb(244,132,249); }

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

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

 a { background-color: rgb(244,132,249); }

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

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

 span { border-color: rgb(244,132,249); }

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