#f394ff

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

Shades of Violet #F394FF

Tints of Violet #F394FF

Color information

#F394FF (or 0xF394FF) is unknown color: approx Violet. HEX triplet: F3, 94 and FF. RGB value is (243,148,255). Sum of RGB (Red+Green+Blue) = 243+148+255=646 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.62% from 646); Green value is 148 (58.20% from 255 or 22.91% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #F394FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F394FF is #0C6B00. Grayscale: #BCBCBC. Windows color (decimal): -813825 or 16749811. OLE color: 16749811.

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

Color convert

RGB243148255-
CMYK0.050.4200
HSL293.27º100%79.02%-
HSV(B)293.27º41.96%100%-
XYZ65.647.45100.31-
YUV188.6165.47166.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.62%
GREEN value IS 148 (58.20% from 255) = 22.91%
BLUE value IS 255 (100% from 255) = 39.47%
R=37.62%
G=22.91%
B=39.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2431482550.050.4200293.2710079.02
HexF394FF52A00125644f
Octal36322437755200445144117
Binary1111001110010100111111111011010100010010010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f394ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f394ff; }

 p { color: rgb(243,148,255); }

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

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

 a { background-color: rgb(243,148,255); }

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

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

 span { border-color: rgb(243,148,255); }

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