Html Css Color HEX #F19CFA Violet

📋 copy color: '#F19CFA'

red 241 ◦ green 156 ◦ blue 250

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

Shades of Violet #F19CFA

Tints of Violet #F19CFA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.11%

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

R = 37.25%
G = 24.11%
B = 38.64%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F19CFA (or 0xF19CFA) is known color: Violet. HEX triplet: F1, 9C and FA. RGB value is (241,156,250). Sum of RGB (Red+Green+Blue) = 241+156+250=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 156 (61.33% from 255 or 24.11% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #F19CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19CFA is #0E6305. Grayscale: #BFBFBF. Windows color (decimal): -942854 or 16424177. OLE color: 16424177.

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

Color convert

RGB 241 156 250 -
CMYK 0.04 0.38 0 0.02
HSL 294.26º 0.9% 0.8% -
HSV(B) 294.26º 0.38% 0.98% -
XYZ 65.42 49.38 96.53 -
YUV 192.13 160.66 162.86 -
System Red Green Blue C M Y K H S L
Decimal 241 156 250 0.04 0.38 0 0.02 294.26 0.9 0.8
Hex F1 9C FA 4 26 0 2 126 5A 50
Octal 361 234 372 4 46 0 2 446 132 120
Binary 11110001 10011100 11111010 100 100110 0 10 100100110 1011010 1010000

Color Harmonies of #F19CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19CFA

Black with #F19CFA

Text Example


Text Example

White with #F19CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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