Html Css Color HEX #F196F0 Violet

📋 copy color: '#F196F0'

red 241 ◦ green 150 ◦ blue 240

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

Shades of Violet #F196F0

Tints of Violet #F196F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.03%

R = 38.19%
G = 23.77%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F196F0 (or 0xF196F0) is known color: Violet. HEX triplet: F1, 96 and F0. RGB value is (241,150,240). Sum of RGB (Red+Green+Blue) = 241+150+240=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 150 (58.98% from 255 or 23.77% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F196F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F196F0 is #0E690F. Grayscale: #BBBBBB. Windows color (decimal): -944400 or 15767281. OLE color: 15767281.

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

Color convert

RGB 241 150 240 -
CMYK 0 0.38 0.00 0.05
HSL 300.66º 0.76% 0.77% -
HSV(B) 300.66º 0.38% 0.95% -
XYZ 62.91 46.8 88.16 -
YUV 187.47 157.65 166.18 -
System Red Green Blue C M Y K H S L
Decimal 241 150 240 0 0.38 0.00 0.05 300.66 0.76 0.77
Hex F1 96 F0 0 26 0 5 12D 4C 4D
Octal 361 226 360 0 46 0 5 455 114 115
Binary 11110001 10010110 11110000 0 100110 0 101 100101101 1001100 1001101

Color Harmonies of #F196F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F196F0

Black with #F196F0

Text Example


Text Example

White with #F196F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F196F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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