#F48AFA

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

Shades of Violet #F48AFA

Tints of Violet #F48AFA

Color information

#F48AFA (or 0xF48AFA) is unknown color: approx Violet. HEX triplet: F4, 8A and FA. RGB value is (244,138,250). Sum of RGB (Red+Green+Blue) = 244+138+250=632 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.61% from 632); Green value is 138 (54.30% from 255 or 21.84% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #F48AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F48AFA is #0B7505. Grayscale: #B6B6B6. Windows color (decimal): -750854 or 16419572. OLE color: 16419572.

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

Color convert

RGB244138250-
CMYK0.020.4500.02
HSL296.79º91.8%76.08%-
HSV(B)296.79º44.8%98.04%-
XYZ63.6544.3195.64-
YUV182.46166.12171.89-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.61%
GREEN value IS 138 (54.30% from 255) = 21.84%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=38.61%
G=21.84%
B=39.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441382500.020.4500.02296.7991.876.08
HexF48AFA22D021295c4c
Octal36421237225502451134114
Binary1111010010001010111110101010110101010010100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48AFA; }

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

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

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

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

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

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

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

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