#F381FA

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

Shades of Violet #F381FA

Tints of Violet #F381FA

Color information

#F381FA (or 0xF381FA) is unknown color: approx Violet. HEX triplet: F3, 81 and FA. RGB value is (243,129,250). Sum of RGB (Red+Green+Blue) = 243+129+250=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 129 (50.78% from 255 or 20.74% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #F381FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F381FA is #0C7E05. Grayscale: #B0B0B0. Windows color (decimal): -818694 or 16417267. OLE color: 16417267.

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

Color convert

RGB243129250-
CMYK0.030.4800.02
HSL296.53º92.37%74.31%-
HSV(B)296.53º48.4%98.04%-
XYZ62.0741.6695.21-
YUV176.88169.27175.16-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.07%
GREEN value IS 129 (50.78% from 255) = 20.74%
BLUE value IS 250 (98.05% from 255) = 40.19%
R=39.07%
G=20.74%
B=40.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2431292500.030.4800.02296.5392.3774.31
HexF381FA330021295c4a
Octal36320137236002451134112
Binary1111001110000001111110101111000001010010100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F381FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F381FA; }

 p { color: rgb(243,129,250); }

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

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

 a { background-color: rgb(243,129,250); }

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

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

 span { border-color: rgb(243,129,250); }

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