#F182FF

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

Shades of Violet #F182FF

Tints of Violet #F182FF

Color information

#F182FF (or 0xF182FF) is unknown color: approx Violet. HEX triplet: F1, 82 and FF. RGB value is (241,130,255). Sum of RGB (Red+Green+Blue) = 241+130+255=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 130 (51.17% from 255 or 20.77% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #F182FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F182FF is #0E7D00. Grayscale: #B1B1B1. Windows color (decimal): -949505 or 16745201. OLE color: 16745201.

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

Color convert

RGB241130255-
CMYK0.050.4900
HSL293.28º100%75.49%-
HSV(B)293.28º49.02%100%-
XYZ62.3141.8999.41-
YUV177.44171.77173.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.50%
GREEN value IS 130 (51.17% from 255) = 20.77%
BLUE value IS 255 (100% from 255) = 40.73%
R=38.50%
G=20.77%
B=40.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2411302550.050.4900293.2810075.49
HexF182FF53100125644b
Octal36120237756100445144113
Binary1111000110000010111111111011100010010010010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F182FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F182FF; }

 p { color: rgb(241,130,255); }

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

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

 a { background-color: rgb(241,130,255); }

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

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

 span { border-color: rgb(241,130,255); }

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