#F48BF2

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

Shades of Violet #F48BF2

Tints of Violet #F48BF2

Color information

#F48BF2 (or 0xF48BF2) is unknown color: approx Violet. HEX triplet: F4, 8B and F2. RGB value is (244,139,242). Sum of RGB (Red+Green+Blue) = 244+139+242=625 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.04% from 625); Green value is 139 (54.69% from 255 or 22.24% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 244 - color contains mainly: red. Hex color #F48BF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F48BF2 is #0B740D. Grayscale: #B5B5B5. Windows color (decimal): -750606 or 15895540. OLE color: 15895540.

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

Color convert

RGB244139242-
CMYK00.430.010.04
HSL301.14º82.68%75.1%-
HSV(B)301.14º43.03%95.69%-
XYZ62.5744.1189.22-
YUV182.14161.79172.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.04%
GREEN value IS 139 (54.69% from 255) = 22.24%
BLUE value IS 242 (94.92% from 255) = 38.72%
R=39.04%
G=22.24%
B=38.72%

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
Decimal24413924200.430.010.04301.1482.6875.1
HexF48BF202B1412d534b
Octal36421336205314455123113
Binary1111010010001011111100100101011110010010110110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48BF2; }

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

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

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

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

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

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

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

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