#F693F0

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

Shades of Violet #F693F0

Tints of Violet #F693F0

Color information

#F693F0 (or 0xF693F0) is unknown color: approx Violet. HEX triplet: F6, 93 and F0. RGB value is (246,147,240). Sum of RGB (Red+Green+Blue) = 246+147+240=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 147 (57.81% from 255 or 23.22% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F693F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F693F0 is #096C0F. Grayscale: #BABABA. Windows color (decimal): -617488 or 15766518. OLE color: 15766518.

HSL color Cylindrical-coordinate representation of color #F693F0: hue angle of 303.64º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F693F0 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB246147240-
CMYK00.400.020.04
HSL303.64º84.62%77.06%-
HSV(B)303.64º40.24%96.47%-
XYZ64.1746.7588.08-
YUV187.2157.8169.94-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.86%
GREEN value IS 147 (57.81% from 255) = 23.22%
BLUE value IS 240 (94.14% from 255) = 37.91%
R=38.86%
G=23.22%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614724000.400.020.04303.6484.6277.06
HexF693F002824130554d
Octal36622336005024460125115
Binary11110110100100111111000001010001010010011000010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F693F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F693F0; }

 p { color: rgb(246,147,240); }

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

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

 a { background-color: rgb(246,147,240); }

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

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

 span { border-color: rgb(246,147,240); }

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