Html Css Color HEX #F19FF2 Plum

📋 copy color: '#F19FF2'

red 241 ◦ green 159 ◦ blue 242

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

Shades of Plum #F19FF2

Tints of Plum #F19FF2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 24.77%

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

R = 37.54%
G = 24.77%
B = 37.69%

CMYK

 C value IS 0.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F19FF2 (or 0xF19FF2) is known color: Plum. HEX triplet: F1, 9F and F2. RGB value is (241,159,242). Sum of RGB (Red+Green+Blue) = 241+159+242=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 159 (62.5% from 255 or 24.77% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #F19FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19FF2 is #0E600D. Grayscale: #C0C0C0. Windows color (decimal): -942094 or 15900657. OLE color: 15900657.

HSL color Cylindrical-coordinate representation of color #F19FF2: hue angle of 299.28º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F19FF2 is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 159 242 -
CMYK 0.00 0.34 0 0.05
HSL 299.28º 0.76% 0.79% -
HSV(B) 299.28º 0.34% 0.95% -
XYZ 64.7 49.91 90.23 -
YUV 192.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 241 159 242 0.00 0.34 0 0.05 299.28 0.76 0.79
Hex F1 9F F2 0 22 0 5 12B 4C 4F
Octal 361 237 362 0 42 0 5 453 114 117
Binary 11110001 10011111 11110010 0 100010 0 101 100101011 1001100 1001111

Color Harmonies of #F19FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19FF2

Black with #F19FF2

Text Example


Text Example

White with #F19FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19FF2; }

 p { color: rgb(241,159,242); }

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

background-color css

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

 a { background-color: rgb(241,159,242); }

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

border-color css

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

 span { border-color: rgb(241,159,242); }

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