#F48AFD

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

Shades of Violet #F48AFD

Tints of Violet #F48AFD

Color information

#F48AFD (or 0xF48AFD) is unknown color: approx Violet. HEX triplet: F4, 8A and FD. RGB value is (244,138,253). Sum of RGB (Red+Green+Blue) = 244+138+253=635 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.43% from 635); Green value is 138 (54.30% from 255 or 21.73% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #F48AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F48AFD is #0B7502. Grayscale: #B6B6B6. Windows color (decimal): -750851 or 16616180. OLE color: 16616180.

HSL color Cylindrical-coordinate representation of color #F48AFD: hue angle of 295.3º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F48AFD is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB244138253-
CMYK0.040.4500.01
HSL295.3º96.64%76.67%-
HSV(B)295.3º45.45%99.22%-
XYZ64.1344.598.14-
YUV182.8167.62171.65-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.43%
GREEN value IS 138 (54.30% from 255) = 21.73%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=38.43%
G=21.73%
B=39.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2441382530.040.4500.01295.396.6476.67
HexF48AFD42D01127614d
Octal36421237545501447141115
Binary1111010010001010111111011001011010110010011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48AFD; }

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

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

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

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

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

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

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

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