#F18CED

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

Shades of Violet #F18CED

Tints of Violet #F18CED

Color information

#F18CED (or 0xF18CED) is unknown color: approx Violet. HEX triplet: F1, 8C and ED. RGB value is (241,140,237). Sum of RGB (Red+Green+Blue) = 241+140+237=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 140 (55.08% from 255 or 22.65% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18CED is #0E7312. Grayscale: #B4B4B4. Windows color (decimal): -946963 or 15568113. OLE color: 15568113.

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

Color convert

RGB241140237-
CMYK00.420.020.05
HSL302.38º78.29%74.71%-
HSV(B)302.38º41.91%94.51%-
XYZ60.9443.5785.32-
YUV181.26159.46170.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 140 (55.08% from 255) = 22.65%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=39.00%
G=22.65%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114023700.420.020.05302.3878.2974.71
HexF18CED02A2512e4e4b
Octal36121435505225456116113
Binary11110001100011001110110101010101010110010111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18CED; }

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

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

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

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

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

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

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

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