#F19CF0

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

Shades of Violet #F19CF0

Tints of Violet #F19CF0

Color information

#F19CF0 (or 0xF19CF0) is unknown color: approx Violet. HEX triplet: F1, 9C and F0. RGB value is (241,156,240). Sum of RGB (Red+Green+Blue) = 241+156+240=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 156 (61.33% from 255 or 24.49% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19CF0 is #0E630F. Grayscale: #BEBEBE. Windows color (decimal): -942864 or 15768817. OLE color: 15768817.

HSL color Cylindrical-coordinate representation of color #F19CF0: hue angle of 300.71º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F19CF0 is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB241156240-
CMYK00.350.000.05
HSL300.71º75.22%77.84%-
HSV(B)300.71º35.27%94.51%-
XYZ63.8948.7788.48-
YUV190.99155.66163.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.83%
GREEN value IS 156 (61.33% from 255) = 24.49%
BLUE value IS 240 (94.14% from 255) = 37.68%
R=37.83%
G=24.49%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115624000.350.000.05300.7175.2277.84
HexF19CF00230512d4b4e
Octal36123436004305455113116
Binary1111000110011100111100000100011010110010110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CF0; }

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

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

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

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

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

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

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

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