#F484FD

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

Shades of Violet #F484FD

Tints of Violet #F484FD

Color information

#F484FD (or 0xF484FD) is unknown color: approx Violet. HEX triplet: F4, 84 and FD. RGB value is (244,132,253). Sum of RGB (Red+Green+Blue) = 244+132+253=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 132 (51.95% from 255 or 20.99% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #F484FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F484FD is #0B7B02. Grayscale: #B2B2B2. Windows color (decimal): -752387 or 16614644. OLE color: 16614644.

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

Color convert

RGB244132253-
CMYK0.040.4800.01
HSL295.54º96.8%75.49%-
HSV(B)295.54º47.83%99.22%-
XYZ63.2942.8397.86-
YUV179.28169.61174.16-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.79%
GREEN value IS 132 (51.95% from 255) = 20.99%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=38.79%
G=20.99%
B=40.22%

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
Decimal2441322530.040.4800.01295.5496.875.49
HexF484FD43001128614b
Octal36420437546001450141113
Binary1111010010000100111111011001100000110010100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F484FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F484FD; }

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

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

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

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

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

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

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

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