Html Css Color HEX #F196EE Violet

📋 copy color: '#F196EE'

red 241 ◦ green 150 ◦ blue 238

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

Shades of Violet #F196EE

Tints of Violet #F196EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.84%

R = 38.31%
G = 23.85%
B = 37.84%

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

#F196EE (or 0xF196EE) is known color: Violet. HEX triplet: F1, 96 and EE. RGB value is (241,150,238). Sum of RGB (Red+Green+Blue) = 241+150+238=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 150 (58.98% from 255 or 23.85% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F196EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F196EE is #0E6911. Grayscale: #BABABA. Windows color (decimal): -944402 or 15636209. OLE color: 15636209.

HSL color Cylindrical-coordinate representation of color #F196EE: hue angle of 301.98º 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 #F196EE is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 150 238 -
CMYK 0 0.38 0.01 0.05
HSL 301.98º 0.76% 0.77% -
HSV(B) 301.98º 0.38% 0.95% -
XYZ 62.61 46.69 86.6 -
YUV 187.24 156.65 166.34 -
System Red Green Blue C M Y K H S L
Decimal 241 150 238 0 0.38 0.01 0.05 301.98 0.76 0.77
Hex F1 96 EE 0 26 1 5 12E 4C 4D
Octal 361 226 356 0 46 1 5 456 114 115
Binary 11110001 10010110 11101110 0 100110 1 101 100101110 1001100 1001101

Color Harmonies of #F196EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F196EE

Black with #F196EE

Text Example


Text Example

White with #F196EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F196EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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