#F198F1

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

Shades of Violet #F198F1

Tints of Violet #F198F1

Color information

#F198F1 (or 0xF198F1) is unknown color: approx Violet. HEX triplet: F1, 98 and F1. RGB value is (241,152,241). Sum of RGB (Red+Green+Blue) = 241+152+241=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 152 (59.77% from 255 or 23.97% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F198F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F198F1 is #0E670E. Grayscale: #BCBCBC. Windows color (decimal): -943887 or 15833329. OLE color: 15833329.

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

Color convert

RGB241152241-
CMYK00.3700.05
HSL300º76.07%77.06%-
HSV(B)300º36.93%94.51%-
XYZ63.3847.5189.05-
YUV188.76157.49165.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.01%
GREEN value IS 152 (59.77% from 255) = 23.97%
BLUE value IS 241 (94.53% from 255) = 38.01%
R=38.01%
G=23.97%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115224100.3700.0530076.0777.06
HexF198F10250512c4c4d
Octal36123036104505454114115
Binary1111000110011000111100010100101010110010110010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F198F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F198F1; }

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

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

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

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

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

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

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

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