#F198FD

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

Shades of Violet #F198FD

Tints of Violet #F198FD

Color information

#F198FD (or 0xF198FD) is unknown color: approx Violet. HEX triplet: F1, 98 and FD. RGB value is (241,152,253). Sum of RGB (Red+Green+Blue) = 241+152+253=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 152 (59.77% from 255 or 23.53% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #F198FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F198FD is #0E6702. Grayscale: #BDBDBD. Windows color (decimal): -943875 or 16619761. OLE color: 16619761.

HSL color Cylindrical-coordinate representation of color #F198FD: hue angle of 292.87º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F198FD is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241152253-
CMYK0.050.4000.01
HSL292.87º96.19%79.41%-
HSV(B)292.87º39.92%99.22%-
XYZ65.2348.2598.8-
YUV190.12163.49164.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.31%
GREEN value IS 152 (59.77% from 255) = 23.53%
BLUE value IS 253 (99.22% from 255) = 39.16%
R=37.31%
G=23.53%
B=39.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411522530.050.4000.01292.8796.1979.41
HexF198FD52801125604f
Octal36123037555001445140117
Binary1111000110011000111111011011010000110010010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F198FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F198FD; }

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

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

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

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

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

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

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

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