#F180FE

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

Shades of Violet #F180FE

Tints of Violet #F180FE

Color information

#F180FE (or 0xF180FE) is unknown color: approx Violet. HEX triplet: F1, 80 and FE. RGB value is (241,128,254). Sum of RGB (Red+Green+Blue) = 241+128+254=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 128 (50.39% from 255 or 20.55% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #F180FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F180FE is #0E7F01. Grayscale: #AFAFAF. Windows color (decimal): -950018 or 16679153. OLE color: 16679153.

HSL color Cylindrical-coordinate representation of color #F180FE: hue angle of 293.81º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F180FE is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB241128254-
CMYK0.050.5000.00
HSL293.81º98.44%74.9%-
HSV(B)293.81º49.61%99.61%-
XYZ61.8841.2998.47-
YUV176.15171.94174.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.68%
GREEN value IS 128 (50.39% from 255) = 20.55%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=38.68%
G=20.55%
B=40.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2411282540.050.5000.00293.8198.4474.9
HexF180FE53200126624b
Octal36120037656200446142113
Binary1111000110000000111111101011100100010010011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F180FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F180FE; }

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

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

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

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

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

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

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

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