#F48AED

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

Shades of Violet #F48AED

Tints of Violet #F48AED

Color information

#F48AED (or 0xF48AED) is unknown color: approx Violet. HEX triplet: F4, 8A and ED. RGB value is (244,138,237). Sum of RGB (Red+Green+Blue) = 244+138+237=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 138 (54.30% from 255 or 22.29% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F48AED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F48AED is #0B7512. Grayscale: #B4B4B4. Windows color (decimal): -750867 or 15567604. OLE color: 15567604.

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

Color convert

RGB244138237-
CMYK00.430.030.04
HSL303.96º82.81%74.9%-
HSV(B)303.96º43.44%95.69%-
XYZ61.6843.5285.27-
YUV180.98159.62172.95-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.42%
GREEN value IS 138 (54.30% from 255) = 22.29%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=39.42%
G=22.29%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413823700.430.030.04303.9682.8174.9
HexF48AED02B34130534b
Octal36421235505334460123113
Binary11110100100010101110110101010111110010011000010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48AED; }

 p { color: rgb(244,138,237); }

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

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

 a { background-color: rgb(244,138,237); }

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

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

 span { border-color: rgb(244,138,237); }

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