Html Css Color HEX #F1ACF3 Plum

📋 copy color: '#F1ACF3'

red 241 ◦ green 172 ◦ blue 243

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

Shades of Plum #F1ACF3

Tints of Plum #F1ACF3

RGB

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

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

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

R = 36.74%
G = 26.22%
B = 37.04%

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

#F1ACF3 (or 0xF1ACF3) is known color: Plum. HEX triplet: F1, AC and F3. RGB value is (241,172,243). Sum of RGB (Red+Green+Blue) = 241+172+243=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 172 (67.58% from 255 or 26.22% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #F1ACF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ACF3 is #0E530C. Grayscale: #C8C8C8. Windows color (decimal): -938765 or 15969521. OLE color: 15969521.

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

Color convert

RGB 241 172 243 -
CMYK 0.01 0.29 0 0.05
HSL 298.31º 0.75% 0.81% -
HSV(B) 298.31º 0.29% 0.95% -
XYZ 67.21 54.68 91.81 -
YUV 200.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 241 172 243 0.01 0.29 0 0.05 298.31 0.75 0.81
Hex F1 AC F3 1 1D 0 5 12A 4B 51
Octal 361 254 363 1 35 0 5 452 113 121
Binary 11110001 10101100 11110011 1 11101 0 101 100101010 1001011 1010001

Color Harmonies of #F1ACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ACF3

Black with #F1ACF3

Text Example


Text Example

White with #F1ACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ACF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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