#F185F2

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

Shades of Violet #F185F2

Tints of Violet #F185F2

Color information

#F185F2 (or 0xF185F2) is unknown color: approx Violet. HEX triplet: F1, 85 and F2. RGB value is (241,133,242). Sum of RGB (Red+Green+Blue) = 241+133+242=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 133 (52.34% from 255 or 21.59% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #F185F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F185F2 is #0E7A0D. Grayscale: #B1B1B1. Windows color (decimal): -948750 or 15894001. OLE color: 15894001.

HSL color Cylindrical-coordinate representation of color #F185F2: hue angle of 299.45º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F185F2 is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB241133242-
CMYK0.000.4500.05
HSL299.45º80.74%73.53%-
HSV(B)299.45º45.04%94.9%-
XYZ60.6941.8988.89-
YUV177.72164.28173.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.12%
GREEN value IS 133 (52.34% from 255) = 21.59%
BLUE value IS 242 (94.92% from 255) = 39.29%
R=39.12%
G=21.59%
B=39.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411332420.000.4500.05299.4580.7473.53
HexF185F202D0512b514a
Octal36120536205505453121112
Binary1111000110000101111100100101101010110010101110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F185F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F185F2; }

 p { color: rgb(241,133,242); }

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

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

 a { background-color: rgb(241,133,242); }

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

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

 span { border-color: rgb(241,133,242); }

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