#f48df5

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

Shades of Violet #F48DF5

Tints of Violet #F48DF5

Color information

#F48DF5 (or 0xF48DF5) is unknown color: approx Violet. HEX triplet: F4, 8D and F5. RGB value is (244,141,245). Sum of RGB (Red+Green+Blue) = 244+141+245=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 141 (55.47% from 255 or 22.38% from 630); Blue value is 245 (96.09% from 255 or 38.89% from 630); Max value from RGB is 245 - color contains mainly: blue. Hex color #F48DF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F48DF5 is #0B720A. Grayscale: #B7B7B7. Windows color (decimal): -750091 or 16092660. OLE color: 16092660.

HSL color Cylindrical-coordinate representation of color #F48DF5: hue angle of 299.42º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F48DF5 is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB244141245-
CMYK0.000.4200.04
HSL299.42º83.87%75.69%-
HSV(B)299.42º42.45%96.08%-
XYZ63.3144.8891.71-
YUV183.65162.62171.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.73%
GREEN value IS 141 (55.47% from 255) = 22.38%
BLUE value IS 245 (96.09% from 255) = 38.89%
R=38.73%
G=22.38%
B=38.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441412450.000.4200.04299.4283.8775.69
HexF48DF502A0412b544c
Octal36421536505204453124114
Binary1111010010001101111101010101010010010010101110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f48df5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f48df5; }

 p { color: rgb(244,141,245); }

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

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

 a { background-color: rgb(244,141,245); }

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

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

 span { border-color: rgb(244,141,245); }

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