#F192ED

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

Shades of Violet #F192ED

Tints of Violet #F192ED

Color information

#F192ED (or 0xF192ED) is unknown color: approx Violet. HEX triplet: F1, 92 and ED. RGB value is (241,146,237). Sum of RGB (Red+Green+Blue) = 241+146+237=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 146 (57.42% from 255 or 23.40% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F192ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F192ED is #0E6D12. Grayscale: #B8B8B8. Windows color (decimal): -945427 or 15569649. OLE color: 15569649.

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

Color convert

RGB241146237-
CMYK00.390.020.05
HSL302.53º77.24%75.88%-
HSV(B)302.53º39.42%94.51%-
XYZ61.8445.3785.62-
YUV184.78157.47168.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.62%
GREEN value IS 146 (57.42% from 255) = 23.40%
BLUE value IS 237 (92.97% from 255) = 37.98%
R=38.62%
G=23.40%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114623700.390.020.05302.5377.2475.88
HexF192ED0272512f4d4c
Octal36122235504725457115114
Binary11110001100100101110110101001111010110010111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F192ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F192ED; }

 p { color: rgb(241,146,237); }

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

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

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

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

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

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

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