Html Css Color HEX #F1ABF2 Plum

📋 copy color: '#F1ABF2'

red 241 ◦ green 171 ◦ blue 242

#F1ABF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #F1ABF2

Tints of Plum #F1ABF2

RGB

 RED value IS 241 (94.53% from 255) = 36.85%

 GREEN value IS 171 (67.19% from 255) = 26.15%

 BLUE value IS 242 (94.92% from 255) = 37%

R = 36.85%
G = 26.15%
B = 37%

CMYK

 C value IS 0.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1ABF2 (or 0xF1ABF2) is known color: Plum. HEX triplet: F1, AB and F2. RGB value is (241,171,242). Sum of RGB (Red+Green+Blue) = 241+171+242=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 171 (67.19% from 255 or 26.15% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1ABF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ABF2 is #0E540D. Grayscale: #C7C7C7. Windows color (decimal): -939022 or 15903729. OLE color: 15903729.

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

Color convert

RGB 241 171 242 -
CMYK 0.00 0.29 0 0.05
HSL 299.15º 0.73% 0.81% -
HSV(B) 299.15º 0.29% 0.95% -
XYZ 66.87 54.24 90.95 -
YUV 200.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 241 171 242 0.00 0.29 0 0.05 299.15 0.73 0.81
Hex F1 AB F2 0 1D 0 5 12B 49 51
Octal 361 253 362 0 35 0 5 453 111 121
Binary 11110001 10101011 11110010 0 11101 0 101 100101011 1001001 1010001

Color Harmonies of #F1ABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ABF2

Black with #F1ABF2

Text Example


Text Example

White with #F1ABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ABF2; }

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

 H1.HeaderClassName
 {
   color: #F1ABF2;
 }
 .AnyTagClassName
 {
   color: #F1ABF2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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