#F385FF

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

Shades of Violet #F385FF

Tints of Violet #F385FF

Color information

#F385FF (or 0xF385FF) is unknown color: approx Violet. HEX triplet: F3, 85 and FF. RGB value is (243,133,255). Sum of RGB (Red+Green+Blue) = 243+133+255=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 133 (52.34% from 255 or 21.08% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #F385FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F385FF is #0C7A00. Grayscale: #B3B3B3. Windows color (decimal): -817665 or 16745971. OLE color: 16745971.

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

Color convert

RGB243133255-
CMYK0.050.4800
HSL294.1º100%76.08%-
HSV(B)294.1º47.84%100%-
XYZ63.443.0599.58-
YUV179.8170.44173.08-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.51%
GREEN value IS 133 (52.34% from 255) = 21.08%
BLUE value IS 255 (100% from 255) = 40.41%
R=38.51%
G=21.08%
B=40.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2431332550.050.4800294.110076.08
HexF385FF53000126644c
Octal36320537756000446144114
Binary1111001110000101111111111011100000010010011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F385FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F385FF; }

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

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

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

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

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

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

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

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