#F48BF1

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

Shades of Violet #F48BF1

Tints of Violet #F48BF1

Color information

#F48BF1 (or 0xF48BF1) is unknown color: approx Violet. HEX triplet: F4, 8B and F1. RGB value is (244,139,241). Sum of RGB (Red+Green+Blue) = 244+139+241=624 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.10% from 624); Green value is 139 (54.69% from 255 or 22.28% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 244 - color contains mainly: red. Hex color #F48BF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F48BF1 is #0B740E. Grayscale: #B5B5B5. Windows color (decimal): -750607 or 15830004. OLE color: 15830004.

HSL color Cylindrical-coordinate representation of color #F48BF1: hue angle of 301.71º 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 #F48BF1 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB244139241-
CMYK00.430.010.04
HSL301.71º82.68%75.1%-
HSV(B)301.71º43.03%95.69%-
XYZ62.4244.0588.43-
YUV182.02161.29172.21-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.10%
GREEN value IS 139 (54.69% from 255) = 22.28%
BLUE value IS 241 (94.53% from 255) = 38.62%
R=39.10%
G=22.28%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413924100.430.010.04301.7182.6875.1
HexF48BF102B1412e534b
Octal36421336105314456123113
Binary1111010010001011111100010101011110010010111010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48BF1; }

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

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

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

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

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

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

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

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