Html Css Color HEX #F0ACF2 Plum

📋 copy color: '#F0ACF2'

red 240 ◦ green 172 ◦ blue 242

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

Shades of Plum #F0ACF2

Tints of Plum #F0ACF2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.3%

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

R = 36.7%
G = 26.3%
B = 37%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F0ACF2 (or 0xF0ACF2) is known color: Plum. HEX triplet: F0, AC and F2. RGB value is (240,172,242). Sum of RGB (Red+Green+Blue) = 240+172+242=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 172 (67.58% from 255 or 26.30% 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 #F0ACF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ACF2 is #0F530D. Grayscale: #C8C8C8. Windows color (decimal): -1004302 or 15903984. OLE color: 15903984.

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

Color convert

RGB 240 172 242 -
CMYK 0.01 0.29 0 0.05
HSL 298.29º 0.73% 0.81% -
HSV(B) 298.29º 0.29% 0.95% -
XYZ 66.71 54.44 91 -
YUV 200.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 240 172 242 0.01 0.29 0 0.05 298.29 0.73 0.81
Hex F0 AC F2 1 1D 0 5 12A 49 51
Octal 360 254 362 1 35 0 5 452 111 121
Binary 11110000 10101100 11110010 1 11101 0 101 100101010 1001001 1010001

Color Harmonies of #F0ACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ACF2

Black with #F0ACF2

Text Example


Text Example

White with #F0ACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ACF2; }

 p { color: rgb(240,172,242); }

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

background-color css

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

 a { background-color: rgb(240,172,242); }

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

border-color css

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

 span { border-color: rgb(240,172,242); }

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