Html Css Color HEX #F0ACF3 Plum

📋 copy color: '#F0ACF3'

red 240 ◦ green 172 ◦ blue 243

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

Shades of Plum #F0ACF3

Tints of Plum #F0ACF3

RGB

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

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

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

R = 36.64%
G = 26.26%
B = 37.1%

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

#F0ACF3 (or 0xF0ACF3) is known color: Plum. HEX triplet: F0, AC and F3. RGB value is (240,172,243). Sum of RGB (Red+Green+Blue) = 240+172+243=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 172 (67.58% from 255 or 26.26% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0ACF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ACF3 is #0F530C. Grayscale: #C8C8C8. Windows color (decimal): -1004301 or 15969520. OLE color: 15969520.

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

Color convert

RGB 240 172 243 -
CMYK 0.01 0.29 0 0.05
HSL 297.46º 0.75% 0.81% -
HSV(B) 297.46º 0.29% 0.95% -
XYZ 66.87 54.5 91.79 -
YUV 200.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 240 172 243 0.01 0.29 0 0.05 297.46 0.75 0.81
Hex F0 AC F3 1 1D 0 5 129 4B 51
Octal 360 254 363 1 35 0 5 451 113 121
Binary 11110000 10101100 11110011 1 11101 0 101 100101001 1001011 1010001

Color Harmonies of #F0ACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ACF3

Black with #F0ACF3

Text Example


Text Example

White with #F0ACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ACF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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