#F484FC

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

Shades of Violet #F484FC

Tints of Violet #F484FC

Color information

#F484FC (or 0xF484FC) is unknown color: approx Violet. HEX triplet: F4, 84 and FC. RGB value is (244,132,252). Sum of RGB (Red+Green+Blue) = 244+132+252=628 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.85% from 628); Green value is 132 (51.95% from 255 or 21.02% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #F484FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F484FC is #0B7B03. Grayscale: #B2B2B2. Windows color (decimal): -752388 or 16549108. OLE color: 16549108.

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

Color convert

RGB244132252-
CMYK0.030.4800.01
HSL296º95.24%75.29%-
HSV(B)296º47.62%98.82%-
XYZ63.1342.7697.02-
YUV179.17169.11174.24-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.85%
GREEN value IS 132 (51.95% from 255) = 21.02%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=38.85%
G=21.02%
B=40.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2441322520.030.4800.0129695.2475.29
HexF484FC330011285f4b
Octal36420437436001450137113
Binary111101001000010011111100111100000110010100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F484FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F484FC; }

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

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

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

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

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

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

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

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