#F181FB

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

Shades of Violet #F181FB

Tints of Violet #F181FB

Color information

#F181FB (or 0xF181FB) is unknown color: approx Violet. HEX triplet: F1, 81 and FB. RGB value is (241,129,251). Sum of RGB (Red+Green+Blue) = 241+129+251=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 129 (50.78% from 255 or 20.77% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #F181FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F181FB is #0E7E04. Grayscale: #B0B0B0. Windows color (decimal): -949765 or 16482801. OLE color: 16482801.

HSL color Cylindrical-coordinate representation of color #F181FB: hue angle of 295.08º 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 #F181FB is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241129251-
CMYK0.040.4900.02
HSL295.08º93.85%74.51%-
HSV(B)295.08º48.61%98.43%-
XYZ61.5441.3796.01-
YUV176.4170.11174.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.81%
GREEN value IS 129 (50.78% from 255) = 20.77%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=38.81%
G=20.77%
B=40.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411292510.040.4900.02295.0893.8574.51
HexF181FB431021275e4b
Octal36120137346102447136113
Binary11110001100000011111101110011000101010010011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F181FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F181FB; }

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

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

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

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

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

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

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

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