Html Css Color HEX #F0ABF3 Plum

📋 copy color: '#F0ABF3'

red 240 ◦ green 171 ◦ blue 243

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

Shades of Plum #F0ABF3

Tints of Plum #F0ABF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.16%

R = 36.7%
G = 26.15%
B = 37.16%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F0ABF3 (or 0xF0ABF3) is known color: Plum. HEX triplet: F0, AB and F3. RGB value is (240,171,243). Sum of RGB (Red+Green+Blue) = 240+171+243=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 171 (67.19% from 255 or 26.15% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0ABF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ABF3 is #0F540C. Grayscale: #C7C7C7. Windows color (decimal): -1004557 or 15969264. OLE color: 15969264.

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

Color convert

RGB 240 171 243 -
CMYK 0.01 0.30 0 0.05
HSL 297.5º 0.75% 0.81% -
HSV(B) 297.5º 0.3% 0.95% -
XYZ 66.68 54.12 91.73 -
YUV 199.84 152.36 156.65 -
System Red Green Blue C M Y K H S L
Decimal 240 171 243 0.01 0.30 0 0.05 297.5 0.75 0.81
Hex F0 AB F3 1 1E 0 5 12A 4B 51
Octal 360 253 363 1 36 0 5 452 113 121
Binary 11110000 10101011 11110011 1 11110 0 101 100101010 1001011 1010001

Color Harmonies of #F0ABF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ABF3

Black with #F0ABF3

Text Example


Text Example

White with #F0ABF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ABF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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