#F484FB

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

Shades of Violet #F484FB

Tints of Violet #F484FB

Color information

#F484FB (or 0xF484FB) is unknown color: approx Violet. HEX triplet: F4, 84 and FB. RGB value is (244,132,251). Sum of RGB (Red+Green+Blue) = 244+132+251=627 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.92% from 627); Green value is 132 (51.95% from 255 or 21.05% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #F484FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F484FB is #0B7B04. Grayscale: #B2B2B2. Windows color (decimal): -752389 or 16483572. OLE color: 16483572.

HSL color Cylindrical-coordinate representation of color #F484FB: hue angle of 296.47º degrees, saturation: 0.94, 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 #F484FB is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244132251-
CMYK0.030.4700.02
HSL296.47º93.7%75.1%-
HSV(B)296.47º47.41%98.43%-
XYZ62.9742.796.19-
YUV179.05168.61174.32-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.92%
GREEN value IS 132 (51.95% from 255) = 21.05%
BLUE value IS 251 (98.44% from 255) = 40.03%
R=38.92%
G=21.05%
B=40.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441322510.030.4700.02296.4793.775.1
HexF484FB32F021285e4b
Octal36420437335702450136113
Binary1111010010000100111110111110111101010010100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F484FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F484FB; }

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

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

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

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

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

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

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

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