#F180FB

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

Shades of Violet #F180FB

Tints of Violet #F180FB

Color information

#F180FB (or 0xF180FB) is unknown color: approx Violet. HEX triplet: F1, 80 and FB. RGB value is (241,128,251). Sum of RGB (Red+Green+Blue) = 241+128+251=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 128 (50.39% from 255 or 20.65% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #F180FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F180FB is #0E7F04. Grayscale: #AFAFAF. Windows color (decimal): -950021 or 16482545. OLE color: 16482545.

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

Color convert

RGB241128251-
CMYK0.040.4900.02
HSL295.12º93.89%74.31%-
HSV(B)295.12º49%98.43%-
XYZ61.4141.195.96-
YUV175.81170.44174.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.87%
GREEN value IS 128 (50.39% from 255) = 20.65%
BLUE value IS 251 (98.44% from 255) = 40.48%
R=38.87%
G=20.65%
B=40.48%

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
Decimal2411282510.040.4900.02295.1293.8974.31
HexF180FB431021275e4a
Octal36120037346102447136112
Binary11110001100000001111101110011000101010010011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F180FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F180FB; }

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

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

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

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

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

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

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

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