#F18CEA

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

Shades of Violet #F18CEA

Tints of Violet #F18CEA

Color information

#F18CEA (or 0xF18CEA) is unknown color: approx Violet. HEX triplet: F1, 8C and EA. RGB value is (241,140,234). Sum of RGB (Red+Green+Blue) = 241+140+234=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 140 (55.08% from 255 or 22.76% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18CEA is #0E7315. Grayscale: #B4B4B4. Windows color (decimal): -946966 or 15371505. OLE color: 15371505.

HSL color Cylindrical-coordinate representation of color #F18CEA: hue angle of 304.16º 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 #F18CEA is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB241140234-
CMYK00.420.030.05
HSL304.16º78.29%74.71%-
HSV(B)304.16º41.91%94.51%-
XYZ60.543.483.03-
YUV180.91157.96170.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.19%
GREEN value IS 140 (55.08% from 255) = 22.76%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=39.19%
G=22.76%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114023400.420.030.05304.1678.2974.71
HexF18CEA02A351304e4b
Octal36121435205235460116113
Binary11110001100011001110101001010101110110011000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18CEA; }

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

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

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

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

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

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

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

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