#F18CFA

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

Shades of Violet #F18CFA

Tints of Violet #F18CFA

Color information

#F18CFA (or 0xF18CFA) is unknown color: approx Violet. HEX triplet: F1, 8C and FA. RGB value is (241,140,250). Sum of RGB (Red+Green+Blue) = 241+140+250=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 140 (55.08% from 255 or 22.19% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #F18CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18CFA is #0E7305. Grayscale: #B6B6B6. Windows color (decimal): -946950 or 16420081. OLE color: 16420081.

HSL color Cylindrical-coordinate representation of color #F18CFA: hue angle of 295.09º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F18CFA is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241140250-
CMYK0.040.4400.02
HSL295.09º91.67%76.47%-
HSV(B)295.09º44%98.04%-
XYZ62.9144.3695.69-
YUV182.74165.96169.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.19%
GREEN value IS 140 (55.08% from 255) = 22.19%
BLUE value IS 250 (98.05% from 255) = 39.62%
R=38.19%
G=22.19%
B=39.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411402500.040.4400.02295.0991.6776.47
HexF18CFA42C021275c4c
Octal36121437245402447134114
Binary11110001100011001111101010010110001010010011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18CFA; }

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

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

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

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

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

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

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

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