#F48BF9

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

Shades of Violet #F48BF9

Tints of Violet #F48BF9

Color information

#F48BF9 (or 0xF48BF9) is unknown color: approx Violet. HEX triplet: F4, 8B and F9. RGB value is (244,139,249). Sum of RGB (Red+Green+Blue) = 244+139+249=632 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.61% from 632); Green value is 139 (54.69% from 255 or 21.99% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #F48BF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F48BF9 is #0B7406. Grayscale: #B6B6B6. Windows color (decimal): -750599 or 16354292. OLE color: 16354292.

HSL color Cylindrical-coordinate representation of color #F48BF9: hue angle of 297.27º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F48BF9 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244139249-
CMYK0.020.4400.02
HSL297.27º90.16%76.08%-
HSV(B)297.27º44.18%97.65%-
XYZ63.6444.5494.87-
YUV182.93165.29171.56-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.61%
GREEN value IS 139 (54.69% from 255) = 21.99%
BLUE value IS 249 (97.66% from 255) = 39.40%
R=38.61%
G=21.99%
B=39.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441392490.020.4400.02297.2790.1676.08
HexF48BF922C021295a4c
Octal36421337125402451132114
Binary1111010010001011111110011010110001010010100110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48BF9; }

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

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

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

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

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

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

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

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