#F185F0

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

Shades of Violet #F185F0

Tints of Violet #F185F0

Color information

#F185F0 (or 0xF185F0) is unknown color: approx Violet. HEX triplet: F1, 85 and F0. RGB value is (241,133,240). Sum of RGB (Red+Green+Blue) = 241+133+240=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 133 (52.34% from 255 or 21.66% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F185F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F185F0 is #0E7A0F. Grayscale: #B1B1B1. Windows color (decimal): -948752 or 15762929. OLE color: 15762929.

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

Color convert

RGB241133240-
CMYK00.450.000.05
HSL300.56º79.41%73.33%-
HSV(B)300.56º44.81%94.51%-
XYZ60.3941.7787.32-
YUV177.49163.28173.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.25%
GREEN value IS 133 (52.34% from 255) = 21.66%
BLUE value IS 240 (94.14% from 255) = 39.09%
R=39.25%
G=21.66%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113324000.450.000.05300.5679.4173.33
HexF185F002D0512d4f49
Octal36120536005505455117111
Binary1111000110000101111100000101101010110010110110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F185F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F185F0; }

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

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

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

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

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

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

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

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