#F195F1

Color #F195F1 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #F195F1

Tints of Violet #F195F1

Color information

#F195F1 (or 0xF195F1) is unknown color: approx Violet. HEX triplet: F1, 95 and F1. RGB value is (241,149,241). Sum of RGB (Red+Green+Blue) = 241+149+241=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 149 (58.59% from 255 or 23.61% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F195F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F195F1 is #0E6A0E. Grayscale: #BABABA. Windows color (decimal): -944655 or 15832561. OLE color: 15832561.

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

Color convert

RGB241149241-
CMYK00.3800.05
HSL300º76.67%76.47%-
HSV(B)300º38.17%94.51%-
XYZ62.946.5588.89-
YUV187158.48166.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.19%
GREEN value IS 149 (58.59% from 255) = 23.61%
BLUE value IS 241 (94.53% from 255) = 38.19%
R=38.19%
G=23.61%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114924100.3800.0530076.6776.47
HexF195F10260512c4d4c
Octal36122536104605454115114
Binary1111000110010101111100010100110010110010110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F195F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F195F1; }

 p { color: rgb(241,149,241); }

 H1.HeaderClassName
 {
   color: #F195F1;
 }
 .AnyTagClassName
 {
   color: #F195F1;
 }
</style>
background-color css

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

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

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

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

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

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