#F483FD

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

Shades of Violet #F483FD

Tints of Violet #F483FD

Color information

#F483FD (or 0xF483FD) is unknown color: approx Violet. HEX triplet: F4, 83 and FD. RGB value is (244,131,253). Sum of RGB (Red+Green+Blue) = 244+131+253=628 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.85% from 628); Green value is 131 (51.56% from 255 or 20.86% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #F483FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F483FD is #0B7C02. Grayscale: #B2B2B2. Windows color (decimal): -752643 or 16614388. OLE color: 16614388.

HSL color Cylindrical-coordinate representation of color #F483FD: hue angle of 295.57º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F483FD is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB244131253-
CMYK0.040.4800.01
HSL295.57º96.83%75.29%-
HSV(B)295.57º48.22%99.22%-
XYZ63.1542.5697.81-
YUV178.7169.94174.58-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.85%
GREEN value IS 131 (51.56% from 255) = 20.86%
BLUE value IS 253 (99.22% from 255) = 40.29%
R=38.85%
G=20.86%
B=40.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2441312530.040.4800.01295.5796.8375.29
HexF483FD43001128614b
Octal36420337546001450141113
Binary1111010010000011111111011001100000110010100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F483FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F483FD; }

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

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

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

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

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

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

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

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