#F483FA

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

Shades of Violet #F483FA

Tints of Violet #F483FA

Color information

#F483FA (or 0xF483FA) is unknown color: approx Violet. HEX triplet: F4, 83 and FA. RGB value is (244,131,250). Sum of RGB (Red+Green+Blue) = 244+131+250=625 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.04% from 625); Green value is 131 (51.56% from 255 or 20.96% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #F483FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F483FA is #0B7C05. Grayscale: #B1B1B1. Windows color (decimal): -752646 or 16417780. OLE color: 16417780.

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

Color convert

RGB244131250-
CMYK0.020.4800.02
HSL296.97º92.25%74.71%-
HSV(B)296.97º47.6%98.04%-
XYZ62.6842.3795.32-
YUV178.35168.44174.82-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.04%
GREEN value IS 131 (51.56% from 255) = 20.96%
BLUE value IS 250 (98.05% from 255) = 40%
R=39.04%
G=20.96%
B=40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441312500.020.4800.02296.9792.2574.71
HexF483FA230021295c4b
Octal36420337226002451134113
Binary1111010010000011111110101011000001010010100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F483FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F483FA; }

 p { color: rgb(244,131,250); }

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

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

 a { background-color: rgb(244,131,250); }

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

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

 span { border-color: rgb(244,131,250); }

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