#F385FD

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

Shades of Violet #F385FD

Tints of Violet #F385FD

Color information

#F385FD (or 0xF385FD) is unknown color: approx Violet. HEX triplet: F3, 85 and FD. RGB value is (243,133,253). Sum of RGB (Red+Green+Blue) = 243+133+253=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 133 (52.34% from 255 or 21.14% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #F385FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F385FD is #0C7A02. Grayscale: #B3B3B3. Windows color (decimal): -817667 or 16614899. OLE color: 16614899.

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

Color convert

RGB243133253-
CMYK0.040.4700.01
HSL295º96.77%75.69%-
HSV(B)295º47.43%99.22%-
XYZ63.0842.9297.89-
YUV179.57169.44173.24-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.63%
GREEN value IS 133 (52.34% from 255) = 21.14%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=38.63%
G=21.14%
B=40.22%

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
Decimal2431332530.040.4700.0129596.7775.69
HexF385FD42F01127614c
Octal36320537545701447141114
Binary1111001110000101111111011001011110110010011111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F385FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F385FD; }

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

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

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

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

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

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

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

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