#F19FF2

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

Shades of Plum #F19FF2

Tints of Plum #F19FF2

Color information

#F19FF2 (or 0xF19FF2) is unknown color: approx Plum. HEX triplet: F1, 9F and F2. RGB value is (241,159,242). Sum of RGB (Red+Green+Blue) = 241+159+242=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 159 (62.5% from 255 or 24.77% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #F19FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19FF2 is #0E600D. Grayscale: #C0C0C0. Windows color (decimal): -942094 or 15900657. OLE color: 15900657.

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

Color convert

RGB241159242-
CMYK0.000.3400.05
HSL299.28º76.15%78.63%-
HSV(B)299.28º34.3%94.9%-
XYZ64.749.9190.23-
YUV192.98155.67162.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.54%
GREEN value IS 159 (62.5% from 255) = 24.77%
BLUE value IS 242 (94.92% from 255) = 37.69%
R=37.54%
G=24.77%
B=37.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411592420.000.3400.05299.2876.1578.63
HexF19FF20220512b4c4f
Octal36123736204205453114117
Binary1111000110011111111100100100010010110010101110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FF2; }

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

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

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

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

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

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

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

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