#f48eff

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

Shades of Violet #F48EFF

Tints of Violet #F48EFF

Color information

#F48EFF (or 0xF48EFF) is unknown color: approx Violet. HEX triplet: F4, 8E and FF. RGB value is (244,142,255). Sum of RGB (Red+Green+Blue) = 244+142+255=641 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.07% from 641); Green value is 142 (55.86% from 255 or 22.15% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #F48EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F48EFF is #0B7100. Grayscale: #B9B9B9. Windows color (decimal): -749825 or 16748276. OLE color: 16748276.

HSL color Cylindrical-coordinate representation of color #F48EFF: hue angle of 294.16º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F48EFF is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB244142255-
CMYK0.040.4400
HSL294.16º100%77.84%-
HSV(B)294.16º44.31%100%-
XYZ65.0345.8100.02-
YUV185.38167.29169.81-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.07%
GREEN value IS 142 (55.86% from 255) = 22.15%
BLUE value IS 255 (100% from 255) = 39.78%
R=38.07%
G=22.15%
B=39.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2441422550.040.4400294.1610077.84
HexF48EFF42C00126644e
Octal36421637745400446144116
Binary1111010010001110111111111001011000010010011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f48eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f48eff; }

 p { color: rgb(244,142,255); }

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

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

 a { background-color: rgb(244,142,255); }

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

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

 span { border-color: rgb(244,142,255); }

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