Html Css Color HEX #F196EF Violet

📋 copy color: '#F196EF'

red 241 ◦ green 150 ◦ blue 239

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

Shades of Violet #F196EF

Tints of Violet #F196EF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.81%

 BLUE value IS 239 (93.75% from 255) = 37.94%

R = 38.25%
G = 23.81%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F196EF (or 0xF196EF) is known color: Violet. HEX triplet: F1, 96 and EF. RGB value is (241,150,239). Sum of RGB (Red+Green+Blue) = 241+150+239=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 150 (58.98% from 255 or 23.81% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F196EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F196EF is #0E6910. Grayscale: #BBBBBB. Windows color (decimal): -944401 or 15701745. OLE color: 15701745.

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

Color convert

RGB 241 150 239 -
CMYK 0 0.38 0.01 0.05
HSL 301.32º 0.76% 0.77% -
HSV(B) 301.32º 0.38% 0.95% -
XYZ 62.76 46.75 87.38 -
YUV 187.36 157.15 166.26 -
System Red Green Blue C M Y K H S L
Decimal 241 150 239 0 0.38 0.01 0.05 301.32 0.76 0.77
Hex F1 96 EF 0 26 1 5 12D 4C 4D
Octal 361 226 357 0 46 1 5 455 114 115
Binary 11110001 10010110 11101111 0 100110 1 101 100101101 1001100 1001101

Color Harmonies of #F196EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F196EF

Black with #F196EF

Text Example


Text Example

White with #F196EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F196EF; }

 p { color: rgb(241,150,239); }

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

background-color css

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

 a { background-color: rgb(241,150,239); }

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

border-color css

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

 span { border-color: rgb(241,150,239); }

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