#F1ABF4

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

Shades of Plum #F1ABF4

Tints of Plum #F1ABF4

Color information

#F1ABF4 (or 0xF1ABF4) is unknown color: approx Plum. HEX triplet: F1, AB and F4. RGB value is (241,171,244). Sum of RGB (Red+Green+Blue) = 241+171+244=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 171 (67.19% from 255 or 26.07% from 656); Blue value is 244 (95.70% from 255 or 37.20% from 656); Max value from RGB is 244 - color contains mainly: blue. Hex color #F1ABF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ABF4 is #0E540B. Grayscale: #C8C8C8. Windows color (decimal): -939020 or 16034801. OLE color: 16034801.

HSL color Cylindrical-coordinate representation of color #F1ABF4: hue angle of 297.53º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1ABF4 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB241171244-
CMYK0.010.3000.04
HSL297.53º76.84%81.37%-
HSV(B)297.53º29.92%95.69%-
XYZ67.1754.3692.54-
YUV200.25152.69157.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.74%
GREEN value IS 171 (67.19% from 255) = 26.07%
BLUE value IS 244 (95.70% from 255) = 37.20%
R=36.74%
G=26.07%
B=37.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2411712440.010.3000.04297.5376.8481.37
HexF1ABF411E0412a4d51
Octal36125336413604452115121
Binary111100011010101111110100111110010010010101010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ABF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ABF4; }

 p { color: rgb(241,171,244); }

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

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

 a { background-color: rgb(241,171,244); }

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

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

 span { border-color: rgb(241,171,244); }

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