#F48DF1

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

Shades of Violet #F48DF1

Tints of Violet #F48DF1

Color information

#F48DF1 (or 0xF48DF1) is unknown color: approx Violet. HEX triplet: F4, 8D and F1. RGB value is (244,141,241). Sum of RGB (Red+Green+Blue) = 244+141+241=626 (82% of max value = 765). Red value is 244 (95.70% from 255 or 38.98% from 626); Green value is 141 (55.47% from 255 or 22.52% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F48DF1 is #0B720E. Grayscale: #B6B6B6. Windows color (decimal): -750095 or 15830516. OLE color: 15830516.

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

Color convert

RGB244141241-
CMYK00.420.010.04
HSL301.75º82.4%75.49%-
HSV(B)301.75º42.21%95.69%-
XYZ62.7144.6388.53-
YUV183.2160.62171.37-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.98%
GREEN value IS 141 (55.47% from 255) = 22.52%
BLUE value IS 241 (94.53% from 255) = 38.50%
R=38.98%
G=22.52%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414124100.420.010.04301.7582.475.49
HexF48DF102A1412e524b
Octal36421536105214456122113
Binary1111010010001101111100010101010110010010111010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48DF1; }

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

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

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

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

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

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

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

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