Html Css Color HEX #F0ABF1 Plum

📋 copy color: '#F0ABF1'

red 240 ◦ green 171 ◦ blue 241

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

Shades of Plum #F0ABF1

Tints of Plum #F0ABF1

RGB

 RED value IS 240 (94.14% from 255) = 36.81%

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

 BLUE value IS 241 (94.53% from 255) = 36.96%

R = 36.81%
G = 26.23%
B = 36.96%

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

#F0ABF1 (or 0xF0ABF1) is known color: Plum. HEX triplet: F0, AB and F1. RGB value is (240,171,241). Sum of RGB (Red+Green+Blue) = 240+171+241=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 171 (67.19% from 255 or 26.23% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0ABF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ABF1 is #0F540E. Grayscale: #C7C7C7. Windows color (decimal): -1004559 or 15838192. OLE color: 15838192.

HSL color Cylindrical-coordinate representation of color #F0ABF1: hue angle of 299.14º degrees, saturation: 0.71, 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 #F0ABF1 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 171 241 -
CMYK 0.00 0.29 0 0.05
HSL 299.14º 0.71% 0.81% -
HSV(B) 299.14º 0.29% 0.95% -
XYZ 66.38 54 90.14 -
YUV 199.61 151.36 156.81 -
System Red Green Blue C M Y K H S L
Decimal 240 171 241 0.00 0.29 0 0.05 299.14 0.71 0.81
Hex F0 AB F1 0 1D 0 5 12B 47 51
Octal 360 253 361 0 35 0 5 453 107 121
Binary 11110000 10101011 11110001 0 11101 0 101 100101011 1000111 1010001

Color Harmonies of #F0ABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ABF1

Black with #F0ABF1

Text Example


Text Example

White with #F0ABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ABF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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