#F392FD

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

Shades of Violet #F392FD

Tints of Violet #F392FD

Color information

#F392FD (or 0xF392FD) is unknown color: approx Violet. HEX triplet: F3, 92 and FD. RGB value is (243,146,253). Sum of RGB (Red+Green+Blue) = 243+146+253=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 146 (57.42% from 255 or 22.74% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #F392FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F392FD is #0C6D02. Grayscale: #BABABA. Windows color (decimal): -814339 or 16618227. OLE color: 16618227.

HSL color Cylindrical-coordinate representation of color #F392FD: hue angle of 294.39º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F392FD is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB243146253-
CMYK0.040.4200.01
HSL294.39º96.4%78.24%-
HSV(B)294.39º42.29%99.22%-
XYZ64.9746.798.52-
YUV187.2165.14167.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.85%
GREEN value IS 146 (57.42% from 255) = 22.74%
BLUE value IS 253 (99.22% from 255) = 39.41%
R=37.85%
G=22.74%
B=39.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2431462530.040.4200.01294.3996.478.24
HexF392FD42A01126604e
Octal36322237545201446140116
Binary1111001110010010111111011001010100110010011011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F392FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F392FD; }

 p { color: rgb(243,146,253); }

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

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

 a { background-color: rgb(243,146,253); }

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

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

 span { border-color: rgb(243,146,253); }

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