Html Css Color HEX #F1AFF4 Plum

📋 copy color: '#F1AFF4'

red 241 ◦ green 175 ◦ blue 244

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

Shades of Plum #F1AFF4

Tints of Plum #F1AFF4

RGB

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

 GREEN value IS 175 (68.75% from 255) = 26.52%

 BLUE value IS 244 (95.7% from 255) = 36.97%

R = 36.52%
G = 26.52%
B = 36.97%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F1AFF4 (or 0xF1AFF4) is known color: Plum. HEX triplet: F1, AF and F4. RGB value is (241,175,244). Sum of RGB (Red+Green+Blue) = 241+175+244=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 175 (68.75% from 255 or 26.52% from 660); Blue value is 244 (95.70% from 255 or 36.97% from 660); Max value from RGB is 244 - color contains mainly: blue. Hex color #F1AFF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AFF4 is #0E500B. Grayscale: #CACACA. Windows color (decimal): -937996 or 16035825. OLE color: 16035825.

HSL color Cylindrical-coordinate representation of color #F1AFF4: hue angle of 297.39º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1AFF4 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 241 175 244 -
CMYK 0.01 0.28 0 0.04
HSL 297.39º 0.76% 0.82% -
HSV(B) 297.39º 0.28% 0.96% -
XYZ 67.93 55.89 92.8 -
YUV 202.6 151.37 155.39 -
System Red Green Blue C M Y K H S L
Decimal 241 175 244 0.01 0.28 0 0.04 297.39 0.76 0.82
Hex F1 AF F4 1 1C 0 4 129 4C 52
Octal 361 257 364 1 34 0 4 451 114 122
Binary 11110001 10101111 11110100 1 11100 0 100 100101001 1001100 1010010

Color Harmonies of #F1AFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AFF4

Black with #F1AFF4

Text Example


Text Example

White with #F1AFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AFF4; }

 p { color: rgb(241,175,244); }

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

background-color css

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

 a { background-color: rgb(241,175,244); }

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

border-color css

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

 span { border-color: rgb(241,175,244); }

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