#F385FC

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

Shades of Violet #F385FC

Tints of Violet #F385FC

Color information

#F385FC (or 0xF385FC) is unknown color: approx Violet. HEX triplet: F3, 85 and FC. RGB value is (243,133,252). Sum of RGB (Red+Green+Blue) = 243+133+252=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 133 (52.34% from 255 or 21.18% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #F385FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F385FC is #0C7A03. Grayscale: #B3B3B3. Windows color (decimal): -817668 or 16549363. OLE color: 16549363.

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

Color convert

RGB243133252-
CMYK0.040.4700.01
HSL295.46º95.2%75.49%-
HSV(B)295.46º47.22%98.82%-
XYZ62.9242.8697.05-
YUV179.46168.94173.32-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.69%
GREEN value IS 133 (52.34% from 255) = 21.18%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=38.69%
G=21.18%
B=40.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2431332520.040.4700.01295.4695.275.49
HexF385FC42F011275f4b
Octal36320537445701447137113
Binary1111001110000101111111001001011110110010011110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F385FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F385FC; }

 p { color: rgb(243,133,252); }

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

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

 a { background-color: rgb(243,133,252); }

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

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

 span { border-color: rgb(243,133,252); }

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