Html Css Color HEX #F19BFA Violet

📋 copy color: '#F19BFA'

red 241 ◦ green 155 ◦ blue 250

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

Shades of Violet #F19BFA

Tints of Violet #F19BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 23.99%

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

R = 37.31%
G = 23.99%
B = 38.7%

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

#F19BFA (or 0xF19BFA) is known color: Violet. HEX triplet: F1, 9B and FA. RGB value is (241,155,250). Sum of RGB (Red+Green+Blue) = 241+155+250=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 155 (60.94% from 255 or 23.99% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #F19BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19BFA is #0E6405. Grayscale: #BFBFBF. Windows color (decimal): -943110 or 16423921. OLE color: 16423921.

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

Color convert

RGB 241 155 250 -
CMYK 0.04 0.38 0 0.02
HSL 294.32º 0.9% 0.79% -
HSV(B) 294.32º 0.38% 0.98% -
XYZ 65.25 49.05 96.47 -
YUV 191.54 160.99 163.28 -
System Red Green Blue C M Y K H S L
Decimal 241 155 250 0.04 0.38 0 0.02 294.32 0.9 0.79
Hex F1 9B FA 4 26 0 2 126 5A 4F
Octal 361 233 372 4 46 0 2 446 132 117
Binary 11110001 10011011 11111010 100 100110 0 10 100100110 1011010 1001111

Color Harmonies of #F19BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19BFA

Black with #F19BFA

Text Example


Text Example

White with #F19BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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