Html Css Color HEX #F19EFA Violet

📋 copy color: '#F19EFA'

red 241 ◦ green 158 ◦ blue 250

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

Shades of Violet #F19EFA

Tints of Violet #F19EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 24.35%

 BLUE value IS 250 (98.05% from 255) = 38.52%

R = 37.13%
G = 24.35%
B = 38.52%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F19EFA (or 0xF19EFA) is known color: Violet. HEX triplet: F1, 9E and FA. RGB value is (241,158,250). Sum of RGB (Red+Green+Blue) = 241+158+250=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 158 (62.11% from 255 or 24.35% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #F19EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19EFA is #0E6105. Grayscale: #C1C1C1. Windows color (decimal): -942342 or 16424689. OLE color: 16424689.

HSL color Cylindrical-coordinate representation of color #F19EFA: hue angle of 294.13º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F19EFA is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 158 250 -
CMYK 0.04 0.37 0 0.02
HSL 294.13º 0.9% 0.8% -
HSV(B) 294.13º 0.37% 0.98% -
XYZ 65.76 50.06 96.64 -
YUV 193.31 160 162.02 -
System Red Green Blue C M Y K H S L
Decimal 241 158 250 0.04 0.37 0 0.02 294.13 0.9 0.8
Hex F1 9E FA 4 25 0 2 126 5A 50
Octal 361 236 372 4 45 0 2 446 132 120
Binary 11110001 10011110 11111010 100 100101 0 10 100100110 1011010 1010000

Color Harmonies of #F19EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19EFA

Black with #F19EFA

Text Example


Text Example

White with #F19EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19EFA; }

 p { color: rgb(241,158,250); }

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

background-color css

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

 a { background-color: rgb(241,158,250); }

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

border-color css

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

 span { border-color: rgb(241,158,250); }

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