#F381FB

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

Shades of Violet #F381FB

Tints of Violet #F381FB

Color information

#F381FB (or 0xF381FB) is unknown color: approx Violet. HEX triplet: F3, 81 and FB. RGB value is (243,129,251). Sum of RGB (Red+Green+Blue) = 243+129+251=623 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.00% from 623); Green value is 129 (50.78% from 255 or 20.71% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #F381FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F381FB is #0C7E04. Grayscale: #B0B0B0. Windows color (decimal): -818693 or 16482803. OLE color: 16482803.

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

Color convert

RGB243129251-
CMYK0.030.4900.02
HSL296.07º93.85%74.51%-
HSV(B)296.07º48.61%98.43%-
XYZ62.2241.7296.04-
YUV176.99169.77175.08-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.00%
GREEN value IS 129 (50.78% from 255) = 20.71%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=39.00%
G=20.71%
B=40.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2431292510.030.4900.02296.0793.8574.51
HexF381FB331021285e4b
Octal36320137336102450136113
Binary1111001110000001111110111111000101010010100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F381FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F381FB; }

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

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

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

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

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

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

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

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